Html Css Color HEX #AF6C17 Golden Brown

📋 copy color: '#AF6C17'

red 175 ◦ green 108 ◦ blue 23

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

Shades of Golden Brown #AF6C17

Tints of Golden Brown #AF6C17

RGB

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

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

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

R = 57.19%
G = 35.29%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF6C17 (or 0xAF6C17) is known color: Golden Brown. HEX triplet: AF, 6C and 17. RGB value is (175,108,23). Sum of RGB (Red+Green+Blue) = 175+108+23=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C17 is #5093E8. Grayscale: #767676. Windows color (decimal): -5280745 or 1535151. OLE color: 1535151.

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

Color convert

RGB 175 108 23 -
CMYK 0 0.38 0.87 0.31
HSL 33.55º 0.77% 0.39% -
HSV(B) 33.55º 0.87% 0.69% -
XYZ 23.2 19.9 3.43 -
YUV 118.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 175 108 23 0 0.38 0.87 0.31 33.55 0.77 0.39
Hex AF 6C 17 0 26 57 1F 22 4D 27
Octal 257 154 27 0 46 127 37 42 115 47
Binary 10101111 1101100 10111 0 100110 1010111 11111 100010 1001101 100111

Color Harmonies of #AF6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C17

Black with #AF6C17

Text Example


Text Example

White with #AF6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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