Html Css Color HEX #A04432 Rock Spray

📋 copy color: '#A04432'

red 160 ◦ green 68 ◦ blue 50

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

Shades of Rock Spray #A04432

Tints of Rock Spray #A04432

RGB

 RED value IS 160 (62.89% from 255) = 57.55%

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 57.55%
G = 24.46%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A04432 (or 0xA04432) is known color: Rock Spray. HEX triplet: A0, 44 and 32. RGB value is (160,68,50). Sum of RGB (Red+Green+Blue) = 160+68+50=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A04432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04432 is #5FBBCD. Grayscale: #5D5D5D. Windows color (decimal): -6273998 or 3294368. OLE color: 3294368.

HSL color Cylindrical-coordinate representation of color #A04432: hue angle of 9.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04432 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 50 -
CMYK 0 0.57 0.69 0.37
HSL 9.82º 0.52% 0.41% -
HSV(B) 9.82º 0.69% 0.63% -
XYZ 17.14 11.84 4.4 -
YUV 93.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 160 68 50 0 0.57 0.69 0.37 9.82 0.52 0.41
Hex A0 44 32 0 39 45 25 A 34 29
Octal 240 104 62 0 71 105 45 12 64 51
Binary 10100000 1000100 110010 0 111001 1000101 100101 1010 110100 101001

Color Harmonies of #A04432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04432

Black with #A04432

Text Example


Text Example

White with #A04432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04432; }

 p { color: rgb(160,68,50); }

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

background-color css

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

 a { background-color: rgb(160,68,50); }

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

border-color css

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

 span { border-color: rgb(160,68,50); }

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