Html Css Color HEX #AF6717 Golden Brown

📋 copy color: '#AF6717'

red 175 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #AF6717

Tints of Golden Brown #AF6717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 58.14%
G = 34.22%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6717 (or 0xAF6717) is known color: Golden Brown. HEX triplet: AF, 67 and 17. RGB value is (175,103,23). Sum of RGB (Red+Green+Blue) = 175+103+23=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6717 is #5098E8. Grayscale: #737373. Windows color (decimal): -5282025 or 1533871. OLE color: 1533871.

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

Color convert

RGB 175 103 23 -
CMYK 0 0.41 0.87 0.31
HSL 31.58º 0.77% 0.39% -
HSV(B) 31.58º 0.87% 0.69% -
XYZ 22.68 18.88 3.26 -
YUV 115.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 175 103 23 0 0.41 0.87 0.31 31.58 0.77 0.39
Hex AF 67 17 0 29 57 1F 20 4D 27
Octal 257 147 27 0 51 127 37 40 115 47
Binary 10101111 1100111 10111 0 101001 1010111 11111 100000 1001101 100111

Color Harmonies of #AF6717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6717

Black with #AF6717

Text Example


Text Example

White with #AF6717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6717; }

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

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

background-color css

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

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

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

border-color css

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

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

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