Html Css Color HEX #A14830 Rock Spray

📋 copy color: '#A14830'

red 161 ◦ green 72 ◦ blue 48

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

Shades of Rock Spray #A14830

Tints of Rock Spray #A14830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 57.3%
G = 25.62%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A14830 (or 0xA14830) is known color: Rock Spray. HEX triplet: A1, 48 and 30. RGB value is (161,72,48). Sum of RGB (Red+Green+Blue) = 161+72+48=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A14830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14830 is #5EB7CF. Grayscale: #606060. Windows color (decimal): -6207440 or 3164321. OLE color: 3164321.

HSL color Cylindrical-coordinate representation of color #A14830: hue angle of 12.74º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14830 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 48 -
CMYK 0 0.55 0.70 0.37
HSL 12.74º 0.54% 0.41% -
HSV(B) 12.74º 0.7% 0.63% -
XYZ 17.55 12.43 4.27 -
YUV 95.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 161 72 48 0 0.55 0.70 0.37 12.74 0.54 0.41
Hex A1 48 30 0 37 46 25 D 36 29
Octal 241 110 60 0 67 106 45 15 66 51
Binary 10100001 1001000 110000 0 110111 1000110 100101 1101 110110 101001

Color Harmonies of #A14830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14830

Black with #A14830

Text Example


Text Example

White with #A14830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14830; }

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

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

background-color css

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

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

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

border-color css

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

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

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