Html Css Color HEX #A65F09 Golden Brown

📋 copy color: '#A65F09'

red 166 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #A65F09

Tints of Golden Brown #A65F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 61.48%
G = 35.19%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A65F09 (or 0xA65F09) is known color: Golden Brown. HEX triplet: A6, 5F and 09. RGB value is (166,95,9). Sum of RGB (Red+Green+Blue) = 166+95+9=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F09 is #59A0F6. Grayscale: #6A6A6A. Windows color (decimal): -5873911 or 614310. OLE color: 614310.

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

Color convert

RGB 166 95 9 -
CMYK 0 0.43 0.95 0.35
HSL 32.87º 0.9% 0.34% -
HSV(B) 32.87º 0.95% 0.65% -
XYZ 19.87 16.31 2.36 -
YUV 106.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 166 95 9 0 0.43 0.95 0.35 32.87 0.9 0.34
Hex A6 5F 9 0 2B 5F 23 21 5A 22
Octal 246 137 11 0 53 137 43 41 132 42
Binary 10100110 1011111 1001 0 101011 1011111 100011 100001 1011010 100010

Color Harmonies of #A65F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F09

Black with #A65F09

Text Example


Text Example

White with #A65F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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