Html Css Color HEX #AF6A11 Golden Brown

📋 copy color: '#AF6A11'

red 175 ◦ green 106 ◦ blue 17

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

Shades of Golden Brown #AF6A11

Tints of Golden Brown #AF6A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

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

R = 58.72%
G = 35.57%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6A11 (or 0xAF6A11) is known color: Golden Brown. HEX triplet: AF, 6A and 11. RGB value is (175,106,17). Sum of RGB (Red+Green+Blue) = 175+106+17=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A11 is #5095EE. Grayscale: #747474. Windows color (decimal): -5281263 or 1141423. OLE color: 1141423.

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

Color convert

RGB 175 106 17 -
CMYK 0 0.39 0.90 0.31
HSL 33.8º 0.82% 0.38% -
HSV(B) 33.8º 0.9% 0.69% -
XYZ 22.93 19.46 3.08 -
YUV 116.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 175 106 17 0 0.39 0.90 0.31 33.8 0.82 0.38
Hex AF 6A 11 0 27 5A 1F 22 52 26
Octal 257 152 21 0 47 132 37 42 122 46
Binary 10101111 1101010 10001 0 100111 1011010 11111 100010 1010010 100110

Color Harmonies of #AF6A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A11

Black with #AF6A11

Text Example


Text Example

White with #AF6A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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