Html Css Color HEX #A74029 Rock Spray

📋 copy color: '#A74029'

red 167 ◦ green 64 ◦ blue 41

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

Shades of Rock Spray #A74029

Tints of Rock Spray #A74029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 61.4%
G = 23.53%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A74029 (or 0xA74029) is known color: Rock Spray. HEX triplet: A7, 40 and 29. RGB value is (167,64,41). Sum of RGB (Red+Green+Blue) = 167+64+41=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A74029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74029 is #58BFD6. Grayscale: #5C5C5C. Windows color (decimal): -5816279 or 2703527. OLE color: 2703527.

HSL color Cylindrical-coordinate representation of color #A74029: hue angle of 10.95º 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 #A74029 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 41 -
CMYK 0 0.62 0.75 0.35
HSL 10.95º 0.61% 0.41% -
HSV(B) 10.95º 0.75% 0.65% -
XYZ 18.17 12.04 3.46 -
YUV 92.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 167 64 41 0 0.62 0.75 0.35 10.95 0.61 0.41
Hex A7 40 29 0 3E 4B 23 B 3D 29
Octal 247 100 51 0 76 113 43 13 75 51
Binary 10100111 1000000 101001 0 111110 1001011 100011 1011 111101 101001

Color Harmonies of #A74029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74029

Black with #A74029

Text Example


Text Example

White with #A74029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74029; }

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

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

background-color css

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

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

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

border-color css

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

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

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