Html Css Color HEX #A04827 Rock Spray

📋 copy color: '#A04827'

red 160 ◦ green 72 ◦ blue 39

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

Shades of Rock Spray #A04827

Tints of Rock Spray #A04827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 59.04%
G = 26.57%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A04827 (or 0xA04827) is known color: Rock Spray. HEX triplet: A0, 48 and 27. RGB value is (160,72,39). Sum of RGB (Red+Green+Blue) = 160+72+39=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A04827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04827 is #5FB7D8. Grayscale: #5E5E5E. Windows color (decimal): -6272985 or 2574496. OLE color: 2574496.

HSL color Cylindrical-coordinate representation of color #A04827: hue angle of 16.36º 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 #A04827 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 39 -
CMYK 0 0.55 0.76 0.37
HSL 16.36º 0.61% 0.39% -
HSV(B) 16.36º 0.76% 0.63% -
XYZ 17.18 12.25 3.38 -
YUV 94.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 160 72 39 0 0.55 0.76 0.37 16.36 0.61 0.39
Hex A0 48 27 0 37 4C 25 10 3D 27
Octal 240 110 47 0 67 114 45 20 75 47
Binary 10100000 1001000 100111 0 110111 1001100 100101 10000 111101 100111

Color Harmonies of #A04827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04827

Black with #A04827

Text Example


Text Example

White with #A04827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04827; }

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

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

background-color css

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

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

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

border-color css

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

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

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