Html Css Color HEX #A85405 Golden Brown

📋 copy color: '#A85405'

red 168 ◦ green 84 ◦ blue 5

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

Shades of Golden Brown #A85405

Tints of Golden Brown #A85405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 65.37%
G = 32.68%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85405 (or 0xA85405) is known color: Golden Brown. HEX triplet: A8, 54 and 05. RGB value is (168,84,5). Sum of RGB (Red+Green+Blue) = 168+84+5=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A85405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85405 is #57ABFA. Grayscale: #646464. Windows color (decimal): -5745659 or 349352. OLE color: 349352.

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

Color convert

RGB 168 84 5 -
CMYK 0 0.5 0.97 0.34
HSL 29.08º 0.94% 0.34% -
HSV(B) 29.08º 0.97% 0.66% -
XYZ 19.35 14.68 1.96 -
YUV 100.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 168 84 5 0 0.5 0.97 0.34 29.08 0.94 0.34
Hex A8 54 5 0 32 61 22 1D 5E 22
Octal 250 124 5 0 62 141 42 35 136 42
Binary 10101000 1010100 101 0 110010 1100001 100010 11101 1011110 100010

Color Harmonies of #A85405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85405

Black with #A85405

Text Example


Text Example

White with #A85405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85405; }

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

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

background-color css

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

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

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

border-color css

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

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

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