Html Css Color HEX #A74529 Rock Spray

📋 copy color: '#A74529'

red 167 ◦ green 69 ◦ blue 41

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

Shades of Rock Spray #A74529

Tints of Rock Spray #A74529

RGB

 RED value IS 167 (65.63% from 255) = 60.29%

 GREEN value IS 69 (27.34% from 255) = 24.91%

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 60.29%
G = 24.91%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A74529 (or 0xA74529) is known color: Rock Spray. HEX triplet: A7, 45 and 29. RGB value is (167,69,41). Sum of RGB (Red+Green+Blue) = 167+69+41=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A74529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74529 is #58BAD6. Grayscale: #5F5F5F. Windows color (decimal): -5814999 or 2704807. OLE color: 2704807.

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

Color convert

RGB 167 69 41 -
CMYK 0 0.59 0.75 0.35
HSL 13.33º 0.61% 0.41% -
HSV(B) 13.33º 0.75% 0.65% -
XYZ 18.46 12.63 3.56 -
YUV 95.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 167 69 41 0 0.59 0.75 0.35 13.33 0.61 0.41
Hex A7 45 29 0 3B 4B 23 D 3D 29
Octal 247 105 51 0 73 113 43 15 75 51
Binary 10100111 1000101 101001 0 111011 1001011 100011 1101 111101 101001

Color Harmonies of #A74529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74529

Black with #A74529

Text Example


Text Example

White with #A74529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74529; }

 p { color: rgb(167,69,41); }

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

background-color css

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

 a { background-color: rgb(167,69,41); }

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

border-color css

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

 span { border-color: rgb(167,69,41); }

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