Html Css Color HEX #A14828 Rock Spray

📋 copy color: '#A14828'

red 161 ◦ green 72 ◦ blue 40

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

Shades of Rock Spray #A14828

Tints of Rock Spray #A14828

RGB

 RED value IS 161 (63.28% from 255) = 58.97%

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 58.97%
G = 26.37%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14828 (or 0xA14828) is known color: Rock Spray. HEX triplet: A1, 48 and 28. RGB value is (161,72,40). Sum of RGB (Red+Green+Blue) = 161+72+40=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A14828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14828 is #5EB7D7. Grayscale: #5F5F5F. Windows color (decimal): -6207448 or 2640033. OLE color: 2640033.

HSL color Cylindrical-coordinate representation of color #A14828: hue angle of 15.87º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14828 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 40 -
CMYK 0 0.55 0.75 0.37
HSL 15.87º 0.6% 0.39% -
HSV(B) 15.87º 0.75% 0.63% -
XYZ 17.4 12.37 3.48 -
YUV 94.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 161 72 40 0 0.55 0.75 0.37 15.87 0.6 0.39
Hex A1 48 28 0 37 4B 25 10 3C 27
Octal 241 110 50 0 67 113 45 20 74 47
Binary 10100001 1001000 101000 0 110111 1001011 100101 10000 111100 100111

Color Harmonies of #A14828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14828

Black with #A14828

Text Example


Text Example

White with #A14828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14828; }

 p { color: rgb(161,72,40); }

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

background-color css

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

 a { background-color: rgb(161,72,40); }

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

border-color css

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

 span { border-color: rgb(161,72,40); }

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