Html Css Color HEX #A74623 Rock Spray

📋 copy color: '#A74623'

red 167 ◦ green 70 ◦ blue 35

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

Shades of Rock Spray #A74623

Tints of Rock Spray #A74623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 61.4%
G = 25.74%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A74623 (or 0xA74623) is known color: Rock Spray. HEX triplet: A7, 46 and 23. RGB value is (167,70,35). Sum of RGB (Red+Green+Blue) = 167+70+35=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A74623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74623 is #58B9DC. Grayscale: #5F5F5F. Windows color (decimal): -5814749 or 2311847. OLE color: 2311847.

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

Color convert

RGB 167 70 35 -
CMYK 0 0.58 0.79 0.35
HSL 15.91º 0.65% 0.4% -
HSV(B) 15.91º 0.79% 0.65% -
XYZ 18.43 12.72 3.07 -
YUV 95.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 167 70 35 0 0.58 0.79 0.35 15.91 0.65 0.4
Hex A7 46 23 0 3A 4F 23 10 41 28
Octal 247 106 43 0 72 117 43 20 101 50
Binary 10100111 1000110 100011 0 111010 1001111 100011 10000 1000001 101000

Color Harmonies of #A74623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74623

Black with #A74623

Text Example


Text Example

White with #A74623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74623; }

 p { color: rgb(167,70,35); }

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

background-color css

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

 a { background-color: rgb(167,70,35); }

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

border-color css

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

 span { border-color: rgb(167,70,35); }

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