Html Css Color HEX #A64321 Rock Spray

📋 copy color: '#A64321'

red 166 ◦ green 67 ◦ blue 33

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

Shades of Rock Spray #A64321

Tints of Rock Spray #A64321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 62.41%
G = 25.19%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A64321 (or 0xA64321) is known color: Rock Spray. HEX triplet: A6, 43 and 21. RGB value is (166,67,33). Sum of RGB (Red+Green+Blue) = 166+67+33=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64321 is #59BCDE. Grayscale: #5C5C5C. Windows color (decimal): -5881055 or 2180006. OLE color: 2180006.

HSL color Cylindrical-coordinate representation of color #A64321: hue angle of 15.34º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A64321 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 33 -
CMYK 0 0.60 0.80 0.35
HSL 15.34º 0.67% 0.39% -
HSV(B) 15.34º 0.8% 0.65% -
XYZ 18.01 12.23 2.85 -
YUV 92.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 166 67 33 0 0.60 0.80 0.35 15.34 0.67 0.39
Hex A6 43 21 0 3C 50 23 F 43 27
Octal 246 103 41 0 74 120 43 17 103 47
Binary 10100110 1000011 100001 0 111100 1010000 100011 1111 1000011 100111

Color Harmonies of #A64321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64321

Black with #A64321

Text Example


Text Example

White with #A64321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64321; }

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

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

background-color css

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

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

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

border-color css

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

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

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