Html Css Color HEX #A04427 Rock Spray

📋 copy color: '#A04427'

red 160 ◦ green 68 ◦ blue 39

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

Shades of Rock Spray #A04427

Tints of Rock Spray #A04427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 59.93%
G = 25.47%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A04427 (or 0xA04427) is known color: Rock Spray. HEX triplet: A0, 44 and 27. RGB value is (160,68,39). Sum of RGB (Red+Green+Blue) = 160+68+39=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A04427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04427 is #5FBBD8. Grayscale: #5C5C5C. Windows color (decimal): -6274009 or 2573472. OLE color: 2573472.

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

Color convert

RGB 160 68 39 -
CMYK 0 0.57 0.76 0.37
HSL 14.38º 0.61% 0.39% -
HSV(B) 14.38º 0.76% 0.63% -
XYZ 16.93 11.75 3.3 -
YUV 92.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 160 68 39 0 0.57 0.76 0.37 14.38 0.61 0.39
Hex A0 44 27 0 39 4C 25 E 3D 27
Octal 240 104 47 0 71 114 45 16 75 47
Binary 10100000 1000100 100111 0 111001 1001100 100101 1110 111101 100111

Color Harmonies of #A04427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04427

Black with #A04427

Text Example


Text Example

White with #A04427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04427; }

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

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

background-color css

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

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

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

border-color css

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

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

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