Html Css Color HEX #A54523 Rock Spray

📋 copy color: '#A54523'

red 165 ◦ green 69 ◦ blue 35

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

Shades of Rock Spray #A54523

Tints of Rock Spray #A54523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 61.34%
G = 25.65%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A54523 (or 0xA54523) is known color: Rock Spray. HEX triplet: A5, 45 and 23. RGB value is (165,69,35). Sum of RGB (Red+Green+Blue) = 165+69+35=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A54523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54523 is #5ABADC. Grayscale: #5E5E5E. Windows color (decimal): -5946077 or 2311589. OLE color: 2311589.

HSL color Cylindrical-coordinate representation of color #A54523: hue angle of 15.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A54523 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 35 -
CMYK 0 0.58 0.79 0.35
HSL 15.69º 0.65% 0.39% -
HSV(B) 15.69º 0.79% 0.65% -
XYZ 17.95 12.38 3.03 -
YUV 93.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 165 69 35 0 0.58 0.79 0.35 15.69 0.65 0.39
Hex A5 45 23 0 3A 4F 23 10 41 27
Octal 245 105 43 0 72 117 43 20 101 47
Binary 10100101 1000101 100011 0 111010 1001111 100011 10000 1000001 100111

Color Harmonies of #A54523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54523

Black with #A54523

Text Example


Text Example

White with #A54523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54523; }

 p { color: rgb(165,69,35); }

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

background-color css

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

 a { background-color: rgb(165,69,35); }

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

border-color css

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

 span { border-color: rgb(165,69,35); }

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