Html Css Color HEX #AF6109 Golden Brown

📋 copy color: '#AF6109'

red 175 ◦ green 97 ◦ blue 9

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

Shades of Golden Brown #AF6109

Tints of Golden Brown #AF6109

RGB

 RED value IS 175 (68.75% from 255) = 62.28%

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 62.28%
G = 34.52%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6109 (or 0xAF6109) is known color: Golden Brown. HEX triplet: AF, 61 and 09. RGB value is (175,97,9). Sum of RGB (Red+Green+Blue) = 175+97+9=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6109 is #509EF6. Grayscale: #6E6E6E. Windows color (decimal): -5283575 or 614831. OLE color: 614831.

HSL color Cylindrical-coordinate representation of color #AF6109: hue angle of 31.81º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF6109 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 9 -
CMYK 0 0.45 0.95 0.31
HSL 31.81º 0.9% 0.36% -
HSV(B) 31.81º 0.95% 0.69% -
XYZ 22 17.68 2.51 -
YUV 110.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 175 97 9 0 0.45 0.95 0.31 31.81 0.9 0.36
Hex AF 61 9 0 2D 5F 1F 20 5A 24
Octal 257 141 11 0 55 137 37 40 132 44
Binary 10101111 1100001 1001 0 101101 1011111 11111 100000 1011010 100100

Color Harmonies of #AF6109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6109

Black with #AF6109

Text Example


Text Example

White with #AF6109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6109; }

 p { color: rgb(175,97,9); }

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

background-color css

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

 a { background-color: rgb(175,97,9); }

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

border-color css

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

 span { border-color: rgb(175,97,9); }

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