Html Css Color HEX #A54229 Rock Spray

📋 copy color: '#A54229'

red 165 ◦ green 66 ◦ blue 41

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

Shades of Rock Spray #A54229

Tints of Rock Spray #A54229

RGB

 RED value IS 165 (64.84% from 255) = 60.66%

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 60.66%
G = 24.26%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A54229 (or 0xA54229) is known color: Rock Spray. HEX triplet: A5, 42 and 29. RGB value is (165,66,41). Sum of RGB (Red+Green+Blue) = 165+66+41=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A54229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54229 is #5ABDD6. Grayscale: #5C5C5C. Windows color (decimal): -5946839 or 2704037. OLE color: 2704037.

HSL color Cylindrical-coordinate representation of color #A54229: hue angle of 12.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A54229 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 41 -
CMYK 0 0.60 0.75 0.35
HSL 12.1º 0.6% 0.4% -
HSV(B) 12.1º 0.75% 0.65% -
XYZ 17.87 12.06 3.48 -
YUV 92.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 165 66 41 0 0.60 0.75 0.35 12.1 0.6 0.4
Hex A5 42 29 0 3C 4B 23 C 3C 28
Octal 245 102 51 0 74 113 43 14 74 50
Binary 10100101 1000010 101001 0 111100 1001011 100011 1100 111100 101000

Color Harmonies of #A54229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54229

Black with #A54229

Text Example


Text Example

White with #A54229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54229; }

 p { color: rgb(165,66,41); }

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

background-color css

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

 a { background-color: rgb(165,66,41); }

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

border-color css

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

 span { border-color: rgb(165,66,41); }

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