Html Css Color HEX #A85407 Golden Brown

📋 copy color: '#A85407'

red 168 ◦ green 84 ◦ blue 7

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

Shades of Golden Brown #A85407

Tints of Golden Brown #A85407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 64.86%
G = 32.43%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A85407 (or 0xA85407) is known color: Golden Brown. HEX triplet: A8, 54 and 07. RGB value is (168,84,7). Sum of RGB (Red+Green+Blue) = 168+84+7=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A85407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85407 is #57ABF8. Grayscale: #646464. Windows color (decimal): -5745657 or 480424. OLE color: 480424.

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

Color convert

RGB 168 84 7 -
CMYK 0 0.5 0.96 0.34
HSL 28.7º 0.92% 0.34% -
HSV(B) 28.7º 0.96% 0.66% -
XYZ 19.36 14.68 2.01 -
YUV 100.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 168 84 7 0 0.5 0.96 0.34 28.7 0.92 0.34
Hex A8 54 7 0 32 60 22 1D 5C 22
Octal 250 124 7 0 62 140 42 35 134 42
Binary 10101000 1010100 111 0 110010 1100000 100010 11101 1011100 100010

Color Harmonies of #A85407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85407

Black with #A85407

Text Example


Text Example

White with #A85407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85407; }

 p { color: rgb(168,84,7); }

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

background-color css

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

 a { background-color: rgb(168,84,7); }

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

border-color css

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

 span { border-color: rgb(168,84,7); }

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