Html Css Color HEX #A74325 Rock Spray

📋 copy color: '#A74325'

red 167 ◦ green 67 ◦ blue 37

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

Shades of Rock Spray #A74325

Tints of Rock Spray #A74325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 61.62%
G = 24.72%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A74325 (or 0xA74325) is known color: Rock Spray. HEX triplet: A7, 43 and 25. RGB value is (167,67,37). Sum of RGB (Red+Green+Blue) = 167+67+37=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A74325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74325 is #58BCDA. Grayscale: #5D5D5D. Windows color (decimal): -5815515 or 2442151. OLE color: 2442151.

HSL color Cylindrical-coordinate representation of color #A74325: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A74325 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 37 -
CMYK 0 0.60 0.78 0.35
HSL 13.85º 0.64% 0.4% -
HSV(B) 13.85º 0.78% 0.65% -
XYZ 18.28 12.36 3.17 -
YUV 93.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 167 67 37 0 0.60 0.78 0.35 13.85 0.64 0.4
Hex A7 43 25 0 3C 4E 23 E 40 28
Octal 247 103 45 0 74 116 43 16 100 50
Binary 10100111 1000011 100101 0 111100 1001110 100011 1110 1000000 101000

Color Harmonies of #A74325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74325

Black with #A74325

Text Example


Text Example

White with #A74325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74325; }

 p { color: rgb(167,67,37); }

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

background-color css

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

 a { background-color: rgb(167,67,37); }

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

border-color css

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

 span { border-color: rgb(167,67,37); }

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