Html Css Color HEX #AF6811 Golden Brown

📋 copy color: '#AF6811'

red 175 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #AF6811

Tints of Golden Brown #AF6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 59.12%
G = 35.14%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6811 (or 0xAF6811) is known color: Golden Brown. HEX triplet: AF, 68 and 11. RGB value is (175,104,17). Sum of RGB (Red+Green+Blue) = 175+104+17=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6811 is #5097EE. Grayscale: #737373. Windows color (decimal): -5281775 or 1140911. OLE color: 1140911.

HSL color Cylindrical-coordinate representation of color #AF6811: hue angle of 33.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF6811 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 17 -
CMYK 0 0.41 0.90 0.31
HSL 33.04º 0.82% 0.38% -
HSV(B) 33.04º 0.9% 0.69% -
XYZ 22.73 19.06 3.01 -
YUV 115.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 175 104 17 0 0.41 0.90 0.31 33.04 0.82 0.38
Hex AF 68 11 0 29 5A 1F 21 52 26
Octal 257 150 21 0 51 132 37 41 122 46
Binary 10101111 1101000 10001 0 101001 1011010 11111 100001 1010010 100110

Color Harmonies of #AF6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6811

Black with #AF6811

Text Example


Text Example

White with #AF6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6811; }

 p { color: rgb(175,104,17); }

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

background-color css

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

 a { background-color: rgb(175,104,17); }

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

border-color css

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

 span { border-color: rgb(175,104,17); }

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