Html Css Color HEX #A85C0D Golden Brown

📋 copy color: '#A85C0D'

red 168 ◦ green 92 ◦ blue 13

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

Shades of Golden Brown #A85C0D

Tints of Golden Brown #A85C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 61.54%
G = 33.7%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A85C0D (or 0xA85C0D) is known color: Golden Brown. HEX triplet: A8, 5C and 0D. RGB value is (168,92,13). Sum of RGB (Red+Green+Blue) = 168+92+13=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C0D is #57A3F2. Grayscale: #6A6A6A. Windows color (decimal): -5743603 or 875688. OLE color: 875688.

HSL color Cylindrical-coordinate representation of color #A85C0D: hue angle of 30.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A85C0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 92 13 -
CMYK 0 0.45 0.92 0.34
HSL 30.58º 0.86% 0.35% -
HSV(B) 30.58º 0.92% 0.66% -
XYZ 20.05 16.01 2.41 -
YUV 105.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 168 92 13 0 0.45 0.92 0.34 30.58 0.86 0.35
Hex A8 5C D 0 2D 5C 22 1F 56 23
Octal 250 134 15 0 55 134 42 37 126 43
Binary 10101000 1011100 1101 0 101101 1011100 100010 11111 1010110 100011

Color Harmonies of #A85C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C0D

Black with #A85C0D

Text Example


Text Example

White with #A85C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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