Html Css Color HEX #AF6617 Golden Brown

📋 copy color: '#AF6617'

red 175 ◦ green 102 ◦ blue 23

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

Shades of Golden Brown #AF6617

Tints of Golden Brown #AF6617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 58.33%
G = 34%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6617 (or 0xAF6617) is known color: Golden Brown. HEX triplet: AF, 66 and 17. RGB value is (175,102,23). Sum of RGB (Red+Green+Blue) = 175+102+23=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6617 is #5099E8. Grayscale: #737373. Windows color (decimal): -5282281 or 1533615. OLE color: 1533615.

HSL color Cylindrical-coordinate representation of color #AF6617: hue angle of 31.18º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF6617 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 23 -
CMYK 0 0.42 0.87 0.31
HSL 31.18º 0.77% 0.39% -
HSV(B) 31.18º 0.87% 0.69% -
XYZ 22.59 18.68 3.23 -
YUV 114.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 175 102 23 0 0.42 0.87 0.31 31.18 0.77 0.39
Hex AF 66 17 0 2A 57 1F 1F 4D 27
Octal 257 146 27 0 52 127 37 37 115 47
Binary 10101111 1100110 10111 0 101010 1010111 11111 11111 1001101 100111

Color Harmonies of #AF6617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6617

Black with #AF6617

Text Example


Text Example

White with #AF6617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6617; }

 p { color: rgb(175,102,23); }

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

background-color css

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

 a { background-color: rgb(175,102,23); }

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

border-color css

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

 span { border-color: rgb(175,102,23); }

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