Html Css Color HEX #A85328 Rich Gold

📋 copy color: '#A85328'

red 168 ◦ green 83 ◦ blue 40

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

Shades of Rich Gold #A85328

Tints of Rich Gold #A85328

RGB

 RED value IS 168 (66.02% from 255) = 57.73%

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 57.73%
G = 28.52%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A85328 (or 0xA85328) is known color: Rich Gold. HEX triplet: A8, 53 and 28. RGB value is (168,83,40). Sum of RGB (Red+Green+Blue) = 168+83+40=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A85328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85328 is #57ACD7. Grayscale: #676767. Windows color (decimal): -5745880 or 2642856. OLE color: 2642856.

HSL color Cylindrical-coordinate representation of color #A85328: hue angle of 20.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85328 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 40 -
CMYK 0 0.51 0.76 0.34
HSL 20.16º 0.62% 0.41% -
HSV(B) 20.16º 0.76% 0.66% -
XYZ 19.62 14.66 3.8 -
YUV 103.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 168 83 40 0 0.51 0.76 0.34 20.16 0.62 0.41
Hex A8 53 28 0 33 4C 22 14 3E 29
Octal 250 123 50 0 63 114 42 24 76 51
Binary 10101000 1010011 101000 0 110011 1001100 100010 10100 111110 101001

Color Harmonies of #A85328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85328

Black with #A85328

Text Example


Text Example

White with #A85328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85328; }

 p { color: rgb(168,83,40); }

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

background-color css

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

 a { background-color: rgb(168,83,40); }

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

border-color css

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

 span { border-color: rgb(168,83,40); }

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