Html Css Color HEX #A64325 Rock Spray

📋 copy color: '#A64325'

red 166 ◦ green 67 ◦ blue 37

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

Shades of Rock Spray #A64325

Tints of Rock Spray #A64325

RGB

 RED value IS 166 (65.23% from 255) = 61.48%

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

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

R = 61.48%
G = 24.81%
B = 13.7%

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

#A64325 (or 0xA64325) is known color: Rock Spray. HEX triplet: A6, 43 and 25. RGB value is (166,67,37). Sum of RGB (Red+Green+Blue) = 166+67+37=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64325 is #59BCDA. Grayscale: #5D5D5D. Windows color (decimal): -5881051 or 2442150. OLE color: 2442150.

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

Color convert

RGB 166 67 37 -
CMYK 0 0.60 0.78 0.35
HSL 13.95º 0.64% 0.4% -
HSV(B) 13.95º 0.78% 0.65% -
XYZ 18.07 12.25 3.16 -
YUV 93.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 166 67 37 0 0.60 0.78 0.35 13.95 0.64 0.4
Hex A6 43 25 0 3C 4E 23 E 40 28
Octal 246 103 45 0 74 116 43 16 100 50
Binary 10100110 1000011 100101 0 111100 1001110 100011 1110 1000000 101000

Color Harmonies of #A64325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64325

Black with #A64325

Text Example


Text Example

White with #A64325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64325; }

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

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

background-color css

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

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

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

border-color css

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

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

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