Html Css Color HEX #A54320 Rock Spray

📋 copy color: '#A54320'

red 165 ◦ green 67 ◦ blue 32

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

Shades of Rock Spray #A54320

Tints of Rock Spray #A54320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 62.5%
G = 25.38%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A54320 (or 0xA54320) is known color: Rock Spray. HEX triplet: A5, 43 and 20. RGB value is (165,67,32). Sum of RGB (Red+Green+Blue) = 165+67+32=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54320 is #5ABCDF. Grayscale: #5C5C5C. Windows color (decimal): -5946592 or 2114469. OLE color: 2114469.

HSL color Cylindrical-coordinate representation of color #A54320: hue angle of 15.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A54320 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 32 -
CMYK 0 0.59 0.81 0.35
HSL 15.79º 0.68% 0.39% -
HSV(B) 15.79º 0.81% 0.65% -
XYZ 17.78 12.12 2.77 -
YUV 92.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 165 67 32 0 0.59 0.81 0.35 15.79 0.68 0.39
Hex A5 43 20 0 3B 51 23 10 44 27
Octal 245 103 40 0 73 121 43 20 104 47
Binary 10100101 1000011 100000 0 111011 1010001 100011 10000 1000100 100111

Color Harmonies of #A54320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54320

Black with #A54320

Text Example


Text Example

White with #A54320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54320; }

 p { color: rgb(165,67,32); }

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

background-color css

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

 a { background-color: rgb(165,67,32); }

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

border-color css

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

 span { border-color: rgb(165,67,32); }

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