Html Css Color HEX #A65A2A Rich Gold

📋 copy color: '#A65A2A'

red 166 ◦ green 90 ◦ blue 42

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

Shades of Rich Gold #A65A2A

Tints of Rich Gold #A65A2A

RGB

 RED value IS 166 (65.23% from 255) = 55.7%

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 55.7%
G = 30.2%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A65A2A (or 0xA65A2A) is known color: Rich Gold. HEX triplet: A6, 5A and 2A. RGB value is (166,90,42). Sum of RGB (Red+Green+Blue) = 166+90+42=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A2A is #59A5D5. Grayscale: #6B6B6B. Windows color (decimal): -5875158 or 2775718. OLE color: 2775718.

HSL color Cylindrical-coordinate representation of color #A65A2A: hue angle of 23.23º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65A2A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 42 -
CMYK 0 0.46 0.75 0.35
HSL 23.23º 0.6% 0.41% -
HSV(B) 23.23º 0.75% 0.65% -
XYZ 19.8 15.59 4.16 -
YUV 107.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 166 90 42 0 0.46 0.75 0.35 23.23 0.6 0.41
Hex A6 5A 2A 0 2E 4B 23 17 3C 29
Octal 246 132 52 0 56 113 43 27 74 51
Binary 10100110 1011010 101010 0 101110 1001011 100011 10111 111100 101001

Color Harmonies of #A65A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A2A

Black with #A65A2A

Text Example


Text Example

White with #A65A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A2A; }

 p { color: rgb(166,90,42); }

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

background-color css

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

 a { background-color: rgb(166,90,42); }

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

border-color css

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

 span { border-color: rgb(166,90,42); }

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