Html Css Color HEX #A4431E Rock Spray

📋 copy color: '#A4431E'

red 164 ◦ green 67 ◦ blue 30

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

Shades of Rock Spray #A4431E

Tints of Rock Spray #A4431E

RGB

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

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

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

R = 62.84%
G = 25.67%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4431E (or 0xA4431E) is known color: Rock Spray. HEX triplet: A4, 43 and 1E. RGB value is (164,67,30). Sum of RGB (Red+Green+Blue) = 164+67+30=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4431E is #5BBCE1. Grayscale: #5C5C5C. Windows color (decimal): -6012130 or 1983396. OLE color: 1983396.

HSL color Cylindrical-coordinate representation of color #A4431E: hue angle of 16.57º 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 #A4431E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 30 -
CMYK 0 0.59 0.82 0.36
HSL 16.57º 0.69% 0.38% -
HSV(B) 16.57º 0.82% 0.64% -
XYZ 17.55 12 2.62 -
YUV 91.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 164 67 30 0 0.59 0.82 0.36 16.57 0.69 0.38
Hex A4 43 1E 0 3B 52 24 11 45 26
Octal 244 103 36 0 73 122 44 21 105 46
Binary 10100100 1000011 11110 0 111011 1010010 100100 10001 1000101 100110

Color Harmonies of #A4431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4431E

Black with #A4431E

Text Example


Text Example

White with #A4431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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