Html Css Color HEX #A85A1B Rich Gold

📋 copy color: '#A85A1B'

red 168 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #A85A1B

Tints of Rich Gold #A85A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 58.95%
G = 31.58%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A85A1B (or 0xA85A1B) is known color: Rich Gold. HEX triplet: A8, 5A and 1B. RGB value is (168,90,27). Sum of RGB (Red+Green+Blue) = 168+90+27=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A1B is #57A5E4. Grayscale: #6A6A6A. Windows color (decimal): -5744101 or 1792680. OLE color: 1792680.

HSL color Cylindrical-coordinate representation of color #A85A1B: hue angle of 26.81º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A85A1B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 90 27 -
CMYK 0 0.46 0.84 0.34
HSL 26.81º 0.72% 0.38% -
HSV(B) 26.81º 0.84% 0.66% -
XYZ 20 15.72 3.02 -
YUV 106.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 168 90 27 0 0.46 0.84 0.34 26.81 0.72 0.38
Hex A8 5A 1B 0 2E 54 22 1B 48 26
Octal 250 132 33 0 56 124 42 33 110 46
Binary 10101000 1011010 11011 0 101110 1010100 100010 11011 1001000 100110

Color Harmonies of #A85A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A1B

Black with #A85A1B

Text Example


Text Example

White with #A85A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A1B; }

 p { color: rgb(168,90,27); }

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

background-color css

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

 a { background-color: rgb(168,90,27); }

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

border-color css

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

 span { border-color: rgb(168,90,27); }

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