Html Css Color HEX #AF6516 Golden Brown

📋 copy color: '#AF6516'

red 175 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #AF6516

Tints of Golden Brown #AF6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 58.72%
G = 33.89%
B = 7.38%

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

#AF6516 (or 0xAF6516) is known color: Golden Brown. HEX triplet: AF, 65 and 16. RGB value is (175,101,22). Sum of RGB (Red+Green+Blue) = 175+101+22=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6516 is #509AE9. Grayscale: #727272. Windows color (decimal): -5282538 or 1467823. OLE color: 1467823.

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

Color convert

RGB 175 101 22 -
CMYK 0 0.42 0.87 0.31
HSL 30.98º 0.78% 0.39% -
HSV(B) 30.98º 0.87% 0.69% -
XYZ 22.48 18.48 3.14 -
YUV 114.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 175 101 22 0 0.42 0.87 0.31 30.98 0.78 0.39
Hex AF 65 16 0 2A 57 1F 1F 4E 27
Octal 257 145 26 0 52 127 37 37 116 47
Binary 10101111 1100101 10110 0 101010 1010111 11111 11111 1001110 100111

Color Harmonies of #AF6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6516

Black with #AF6516

Text Example


Text Example

White with #AF6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6516; }

 p { color: rgb(175,101,22); }

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

background-color css

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

 a { background-color: rgb(175,101,22); }

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

border-color css

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

 span { border-color: rgb(175,101,22); }

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