Html Css Color HEX #A14628 Rock Spray

📋 copy color: '#A14628'

red 161 ◦ green 70 ◦ blue 40

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

Shades of Rock Spray #A14628

Tints of Rock Spray #A14628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 59.41%
G = 25.83%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14628 (or 0xA14628) is known color: Rock Spray. HEX triplet: A1, 46 and 28. RGB value is (161,70,40). Sum of RGB (Red+Green+Blue) = 161+70+40=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A14628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14628 is #5EB9D7. Grayscale: #5E5E5E. Windows color (decimal): -6207960 or 2639521. OLE color: 2639521.

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

Color convert

RGB 161 70 40 -
CMYK 0 0.57 0.75 0.37
HSL 14.88º 0.6% 0.39% -
HSV(B) 14.88º 0.75% 0.63% -
XYZ 17.27 12.11 3.43 -
YUV 93.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 161 70 40 0 0.57 0.75 0.37 14.88 0.6 0.39
Hex A1 46 28 0 39 4B 25 F 3C 27
Octal 241 106 50 0 71 113 45 17 74 47
Binary 10100001 1000110 101000 0 111001 1001011 100101 1111 111100 100111

Color Harmonies of #A14628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14628

Black with #A14628

Text Example


Text Example

White with #A14628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14628; }

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

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

background-color css

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

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

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

border-color css

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

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

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