Html Css Color HEX #AF6911 Golden Brown

📋 copy color: '#AF6911'

red 175 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #AF6911

Tints of Golden Brown #AF6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 58.92%
G = 35.35%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6911 (or 0xAF6911) is known color: Golden Brown. HEX triplet: AF, 69 and 11. RGB value is (175,105,17). Sum of RGB (Red+Green+Blue) = 175+105+17=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6911 is #5096EE. Grayscale: #747474. Windows color (decimal): -5281519 or 1141167. OLE color: 1141167.

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

Color convert

RGB 175 105 17 -
CMYK 0 0.40 0.90 0.31
HSL 33.42º 0.82% 0.38% -
HSV(B) 33.42º 0.9% 0.69% -
XYZ 22.83 19.26 3.04 -
YUV 115.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 175 105 17 0 0.40 0.90 0.31 33.42 0.82 0.38
Hex AF 69 11 0 28 5A 1F 21 52 26
Octal 257 151 21 0 50 132 37 41 122 46
Binary 10101111 1101001 10001 0 101000 1011010 11111 100001 1010010 100110

Color Harmonies of #AF6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6911

Black with #AF6911

Text Example


Text Example

White with #AF6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6911; }

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

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

background-color css

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

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

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

border-color css

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

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

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