Html Css Color HEX #A14728 Rock Spray

📋 copy color: '#A14728'

red 161 ◦ green 71 ◦ blue 40

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

Shades of Rock Spray #A14728

Tints of Rock Spray #A14728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 59.19%
G = 26.1%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14728 (or 0xA14728) is known color: Rock Spray. HEX triplet: A1, 47 and 28. RGB value is (161,71,40). Sum of RGB (Red+Green+Blue) = 161+71+40=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A14728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14728 is #5EB8D7. Grayscale: #5E5E5E. Windows color (decimal): -6207704 or 2639777. OLE color: 2639777.

HSL color Cylindrical-coordinate representation of color #A14728: hue angle of 15.37º 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 #A14728 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 40 -
CMYK 0 0.56 0.75 0.37
HSL 15.37º 0.6% 0.39% -
HSV(B) 15.37º 0.75% 0.63% -
XYZ 17.33 12.24 3.46 -
YUV 94.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 161 71 40 0 0.56 0.75 0.37 15.37 0.6 0.39
Hex A1 47 28 0 38 4B 25 F 3C 27
Octal 241 107 50 0 70 113 45 17 74 47
Binary 10100001 1000111 101000 0 111000 1001011 100101 1111 111100 100111

Color Harmonies of #A14728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14728

Black with #A14728

Text Example


Text Example

White with #A14728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14728; }

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

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

background-color css

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

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

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

border-color css

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

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

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