Html Css Color HEX #A65F0F Golden Brown

📋 copy color: '#A65F0F'

red 166 ◦ green 95 ◦ blue 15

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

Shades of Golden Brown #A65F0F

Tints of Golden Brown #A65F0F

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

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

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

R = 60.14%
G = 34.42%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A65F0F (or 0xA65F0F) is known color: Golden Brown. HEX triplet: A6, 5F and 0F. RGB value is (166,95,15). Sum of RGB (Red+Green+Blue) = 166+95+15=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F0F is #59A0F0. Grayscale: #6B6B6B. Windows color (decimal): -5873905 or 1007526. OLE color: 1007526.

HSL color Cylindrical-coordinate representation of color #A65F0F: hue angle of 31.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A65F0F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 15 -
CMYK 0 0.43 0.91 0.35
HSL 31.79º 0.83% 0.35% -
HSV(B) 31.79º 0.91% 0.65% -
XYZ 19.9 16.33 2.55 -
YUV 107.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 166 95 15 0 0.43 0.91 0.35 31.79 0.83 0.35
Hex A6 5F F 0 2B 5B 23 20 53 23
Octal 246 137 17 0 53 133 43 40 123 43
Binary 10100110 1011111 1111 0 101011 1011011 100011 100000 1010011 100011

Color Harmonies of #A65F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F0F

Black with #A65F0F

Text Example


Text Example

White with #A65F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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