Html Css Color HEX #A54230 Rock Spray

📋 copy color: '#A54230'

red 165 ◦ green 66 ◦ blue 48

#A54230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A54230

Tints of Rock Spray #A54230

RGB

 RED value IS 165 (64.84% from 255) = 59.14%

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 59.14%
G = 23.66%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A54230 (or 0xA54230) is known color: Rock Spray. HEX triplet: A5, 42 and 30. RGB value is (165,66,48). Sum of RGB (Red+Green+Blue) = 165+66+48=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A54230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54230 is #5ABDCF. Grayscale: #5D5D5D. Windows color (decimal): -5946832 or 3162789. OLE color: 3162789.

HSL color Cylindrical-coordinate representation of color #A54230: hue angle of 9.23º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A54230 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 48 -
CMYK 0 0.60 0.71 0.35
HSL 9.23º 0.55% 0.42% -
HSV(B) 9.23º 0.71% 0.65% -
XYZ 18 12.11 4.18 -
YUV 93.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 165 66 48 0 0.60 0.71 0.35 9.23 0.55 0.42
Hex A5 42 30 0 3C 47 23 9 37 2A
Octal 245 102 60 0 74 107 43 11 67 52
Binary 10100101 1000010 110000 0 111100 1000111 100011 1001 110111 101010

Color Harmonies of #A54230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54230

Black with #A54230

Text Example


Text Example

White with #A54230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54230; }

 p { color: rgb(165,66,48); }

 H1.HeaderClassName
 {
   color: #A54230;
 }
 .AnyTagClassName
 {
   color: #A54230;
 }
</style>

background-color css

<style>
 a { background-color: #A54230; }

 a { background-color: rgb(165,66,48); }

 div.DivClassName
 {
   background-color: #A54230;
 }
 .BgClassName
 {
   background-color: #A54230;
 }
</style>

border-color css

<style>
 span { border-color: #A54230; }

 span { border-color: rgb(165,66,48); }

 td.TdClassName
 {
   border-color: #A54230;
 }
 .TagClassName
 {
   border-color: #A54230;
 }
</style>