Html Css Color HEX #A54522 Rock Spray

📋 copy color: '#A54522'

red 165 ◦ green 69 ◦ blue 34

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

Shades of Rock Spray #A54522

Tints of Rock Spray #A54522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 61.57%
G = 25.75%
B = 12.69%

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

#A54522 (or 0xA54522) is known color: Rock Spray. HEX triplet: A5, 45 and 22. RGB value is (165,69,34). Sum of RGB (Red+Green+Blue) = 165+69+34=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A54522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54522 is #5ABADD. Grayscale: #5D5D5D. Windows color (decimal): -5946078 or 2246053. OLE color: 2246053.

HSL color Cylindrical-coordinate representation of color #A54522: hue angle of 16.03º degrees, saturation: 0.66, 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 #A54522 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 34 -
CMYK 0 0.58 0.79 0.35
HSL 16.03º 0.66% 0.39% -
HSV(B) 16.03º 0.79% 0.65% -
XYZ 17.93 12.37 2.96 -
YUV 93.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 165 69 34 0 0.58 0.79 0.35 16.03 0.66 0.39
Hex A5 45 22 0 3A 4F 23 10 42 27
Octal 245 105 42 0 72 117 43 20 102 47
Binary 10100101 1000101 100010 0 111010 1001111 100011 10000 1000010 100111

Color Harmonies of #A54522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54522

Black with #A54522

Text Example


Text Example

White with #A54522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54522; }

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

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

background-color css

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

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

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

border-color css

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

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

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