Html Css Color HEX #A54829 Rock Spray

📋 copy color: '#A54829'

red 165 ◦ green 72 ◦ blue 41

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

Shades of Rock Spray #A54829

Tints of Rock Spray #A54829

RGB

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

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

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

R = 59.35%
G = 25.9%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A54829 (or 0xA54829) is known color: Rock Spray. HEX triplet: A5, 48 and 29. RGB value is (165,72,41). Sum of RGB (Red+Green+Blue) = 165+72+41=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54829 is #5AB7D6. Grayscale: #606060. Windows color (decimal): -5945303 or 2705573. OLE color: 2705573.

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

Color convert

RGB 165 72 41 -
CMYK 0 0.56 0.75 0.35
HSL 15º 0.6% 0.4% -
HSV(B) 15º 0.75% 0.65% -
XYZ 18.23 12.79 3.61 -
YUV 96.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 165 72 41 0 0.56 0.75 0.35 15 0.6 0.4
Hex A5 48 29 0 38 4B 23 F 3C 28
Octal 245 110 51 0 70 113 43 17 74 50
Binary 10100101 1001000 101001 0 111000 1001011 100011 1111 111100 101000

Color Harmonies of #A54829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54829

Black with #A54829

Text Example


Text Example

White with #A54829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54829; }

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

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

background-color css

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

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

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

border-color css

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

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

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