Html Css Color HEX #A4421E Rock Spray

📋 copy color: '#A4421E'

red 164 ◦ green 66 ◦ blue 30

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

Shades of Rock Spray #A4421E

Tints of Rock Spray #A4421E

RGB

 RED value IS 164 (64.45% from 255) = 63.08%

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 63.08%
G = 25.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4421E (or 0xA4421E) is known color: Rock Spray. HEX triplet: A4, 42 and 1E. RGB value is (164,66,30). Sum of RGB (Red+Green+Blue) = 164+66+30=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4421E is #5BBDE1. Grayscale: #5B5B5B. Windows color (decimal): -6012386 or 1983140. OLE color: 1983140.

HSL color Cylindrical-coordinate representation of color #A4421E: hue angle of 16.12º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4421E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 30 -
CMYK 0 0.60 0.82 0.36
HSL 16.12º 0.69% 0.38% -
HSV(B) 16.12º 0.82% 0.64% -
XYZ 17.49 11.88 2.6 -
YUV 91.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 164 66 30 0 0.60 0.82 0.36 16.12 0.69 0.38
Hex A4 42 1E 0 3C 52 24 10 45 26
Octal 244 102 36 0 74 122 44 20 105 46
Binary 10100100 1000010 11110 0 111100 1010010 100100 10000 1000101 100110

Color Harmonies of #A4421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4421E

Black with #A4421E

Text Example


Text Example

White with #A4421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4421E; }

 p { color: rgb(164,66,30); }

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

background-color css

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

 a { background-color: rgb(164,66,30); }

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

border-color css

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

 span { border-color: rgb(164,66,30); }

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