Html Css Color HEX #AF6C11 Golden Brown

📋 copy color: '#AF6C11'

red 175 ◦ green 108 ◦ blue 17

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

Shades of Golden Brown #AF6C11

Tints of Golden Brown #AF6C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 58.33%
G = 36%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6C11 (or 0xAF6C11) is known color: Golden Brown. HEX triplet: AF, 6C and 11. RGB value is (175,108,17). Sum of RGB (Red+Green+Blue) = 175+108+17=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C11 is #5093EE. Grayscale: #767676. Windows color (decimal): -5280751 or 1141935. OLE color: 1141935.

HSL color Cylindrical-coordinate representation of color #AF6C11: hue angle of 34.56º 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 #AF6C11 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 17 -
CMYK 0 0.38 0.90 0.31
HSL 34.56º 0.82% 0.38% -
HSV(B) 34.56º 0.9% 0.69% -
XYZ 23.14 19.88 3.15 -
YUV 117.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 175 108 17 0 0.38 0.90 0.31 34.56 0.82 0.38
Hex AF 6C 11 0 26 5A 1F 23 52 26
Octal 257 154 21 0 46 132 37 43 122 46
Binary 10101111 1101100 10001 0 100110 1011010 11111 100011 1010010 100110

Color Harmonies of #AF6C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C11

Black with #AF6C11

Text Example


Text Example

White with #AF6C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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