Html Css Color HEX #A65423 Rich Gold

📋 copy color: '#A65423'

red 166 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #A65423

Tints of Rich Gold #A65423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 58.25%
G = 29.47%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A65423 (or 0xA65423) is known color: Rich Gold. HEX triplet: A6, 54 and 23. RGB value is (166,84,35). Sum of RGB (Red+Green+Blue) = 166+84+35=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A65423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65423 is #59ABDC. Grayscale: #676767. Windows color (decimal): -5876701 or 2315430. OLE color: 2315430.

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

Color convert

RGB 166 84 35 -
CMYK 0 0.49 0.79 0.35
HSL 22.44º 0.65% 0.39% -
HSV(B) 22.44º 0.79% 0.65% -
XYZ 19.2 14.57 3.39 -
YUV 102.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 166 84 35 0 0.49 0.79 0.35 22.44 0.65 0.39
Hex A6 54 23 0 31 4F 23 16 41 27
Octal 246 124 43 0 61 117 43 26 101 47
Binary 10100110 1010100 100011 0 110001 1001111 100011 10110 1000001 100111

Color Harmonies of #A65423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65423

Black with #A65423

Text Example


Text Example

White with #A65423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65423; }

 p { color: rgb(166,84,35); }

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

background-color css

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

 a { background-color: rgb(166,84,35); }

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

border-color css

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

 span { border-color: rgb(166,84,35); }

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