Html Css Color HEX #A54822 Rich Gold

📋 copy color: '#A54822'

red 165 ◦ green 72 ◦ blue 34

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

Shades of Rich Gold #A54822

Tints of Rich Gold #A54822

RGB

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

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

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

R = 60.89%
G = 26.57%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A54822 (or 0xA54822) is known color: Rich Gold. HEX triplet: A5, 48 and 22. RGB value is (165,72,34). Sum of RGB (Red+Green+Blue) = 165+72+34=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54822 is #5AB7DD. Grayscale: #5F5F5F. Windows color (decimal): -5945310 or 2246821. OLE color: 2246821.

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

Color convert

RGB 165 72 34 -
CMYK 0 0.56 0.79 0.35
HSL 17.4º 0.66% 0.39% -
HSV(B) 17.4º 0.79% 0.65% -
XYZ 18.12 12.75 3.02 -
YUV 95.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 165 72 34 0 0.56 0.79 0.35 17.4 0.66 0.39
Hex A5 48 22 0 38 4F 23 11 42 27
Octal 245 110 42 0 70 117 43 21 102 47
Binary 10100101 1001000 100010 0 111000 1001111 100011 10001 1000010 100111

Color Harmonies of #A54822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54822

Black with #A54822

Text Example


Text Example

White with #A54822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54822; }

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

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

background-color css

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

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

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

border-color css

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

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

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