Html Css Color HEX #A54A22 Rich Gold

📋 copy color: '#A54A22'

red 165 ◦ green 74 ◦ blue 34

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

Shades of Rich Gold #A54A22

Tints of Rich Gold #A54A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

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

R = 60.44%
G = 27.11%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A54A22 (or 0xA54A22) is known color: Rich Gold. HEX triplet: A5, 4A and 22. RGB value is (165,74,34). Sum of RGB (Red+Green+Blue) = 165+74+34=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A22 is #5AB5DD. Grayscale: #606060. Windows color (decimal): -5944798 or 2247333. OLE color: 2247333.

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

Color convert

RGB 165 74 34 -
CMYK 0 0.55 0.79 0.35
HSL 18.32º 0.66% 0.39% -
HSV(B) 18.32º 0.79% 0.65% -
XYZ 18.25 13.01 3.06 -
YUV 96.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 165 74 34 0 0.55 0.79 0.35 18.32 0.66 0.39
Hex A5 4A 22 0 37 4F 23 12 42 27
Octal 245 112 42 0 67 117 43 22 102 47
Binary 10100101 1001010 100010 0 110111 1001111 100011 10010 1000010 100111

Color Harmonies of #A54A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A22

Black with #A54A22

Text Example


Text Example

White with #A54A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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