Html Css Color HEX #A85F0F Golden Brown

📋 copy color: '#A85F0F'

red 168 ◦ green 95 ◦ blue 15

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

Shades of Golden Brown #A85F0F

Tints of Golden Brown #A85F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 60.43%
G = 34.17%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A85F0F (or 0xA85F0F) is known color: Golden Brown. HEX triplet: A8, 5F and 0F. RGB value is (168,95,15). Sum of RGB (Red+Green+Blue) = 168+95+15=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F0F is #57A0F0. Grayscale: #6C6C6C. Windows color (decimal): -5742833 or 1007528. OLE color: 1007528.

HSL color Cylindrical-coordinate representation of color #A85F0F: hue angle of 31.37º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A85F0F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 15 -
CMYK 0 0.43 0.91 0.34
HSL 31.37º 0.84% 0.36% -
HSV(B) 31.37º 0.91% 0.66% -
XYZ 20.33 16.54 2.57 -
YUV 107.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 168 95 15 0 0.43 0.91 0.34 31.37 0.84 0.36
Hex A8 5F F 0 2B 5B 22 1F 54 24
Octal 250 137 17 0 53 133 42 37 124 44
Binary 10101000 1011111 1111 0 101011 1011011 100010 11111 1010100 100100

Color Harmonies of #A85F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F0F

Black with #A85F0F

Text Example


Text Example

White with #A85F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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