Html Css Color HEX #A85C10 Golden Brown

📋 copy color: '#A85C10'

red 168 ◦ green 92 ◦ blue 16

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

Shades of Golden Brown #A85C10

Tints of Golden Brown #A85C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 60.87%
G = 33.33%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85C10 (or 0xA85C10) is known color: Golden Brown. HEX triplet: A8, 5C and 10. RGB value is (168,92,16). Sum of RGB (Red+Green+Blue) = 168+92+16=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C10 is #57A3EF. Grayscale: #6A6A6A. Windows color (decimal): -5743600 or 1072296. OLE color: 1072296.

HSL color Cylindrical-coordinate representation of color #A85C10: hue angle of 30º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85C10 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 92 16 -
CMYK 0 0.45 0.90 0.34
HSL 30º 0.83% 0.36% -
HSV(B) 30º 0.9% 0.66% -
XYZ 20.07 16.02 2.52 -
YUV 106.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 168 92 16 0 0.45 0.90 0.34 30 0.83 0.36
Hex A8 5C 10 0 2D 5A 22 1E 53 24
Octal 250 134 20 0 55 132 42 36 123 44
Binary 10101000 1011100 10000 0 101101 1011010 100010 11110 1010011 100100

Color Harmonies of #A85C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C10

Black with #A85C10

Text Example


Text Example

White with #A85C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C10; }

 p { color: rgb(168,92,16); }

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

background-color css

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

 a { background-color: rgb(168,92,16); }

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

border-color css

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

 span { border-color: rgb(168,92,16); }

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