Html Css Color HEX #A85F10 Golden Brown

📋 copy color: '#A85F10'

red 168 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #A85F10

Tints of Golden Brown #A85F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.05%

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

R = 60.22%
G = 34.05%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85F10 (or 0xA85F10) is known color: Golden Brown. HEX triplet: A8, 5F and 10. RGB value is (168,95,16). Sum of RGB (Red+Green+Blue) = 168+95+16=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F10 is #57A0EF. Grayscale: #6C6C6C. Windows color (decimal): -5742832 or 1073064. OLE color: 1073064.

HSL color Cylindrical-coordinate representation of color #A85F10: hue angle of 31.18º 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 #A85F10 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 16 -
CMYK 0 0.43 0.90 0.34
HSL 31.18º 0.83% 0.36% -
HSV(B) 31.18º 0.9% 0.66% -
XYZ 20.33 16.55 2.61 -
YUV 107.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 168 95 16 0 0.43 0.90 0.34 31.18 0.83 0.36
Hex A8 5F 10 0 2B 5A 22 1F 53 24
Octal 250 137 20 0 53 132 42 37 123 44
Binary 10101000 1011111 10000 0 101011 1011010 100010 11111 1010011 100100

Color Harmonies of #A85F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F10

Black with #A85F10

Text Example


Text Example

White with #A85F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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