Html Css Color HEX #AF6613 Golden Brown

📋 copy color: '#AF6613'

red 175 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #AF6613

Tints of Golden Brown #AF6613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 59.12%
G = 34.46%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6613 (or 0xAF6613) is known color: Golden Brown. HEX triplet: AF, 66 and 13. RGB value is (175,102,19). Sum of RGB (Red+Green+Blue) = 175+102+19=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6613 is #5099EC. Grayscale: #727272. Windows color (decimal): -5282285 or 1271471. OLE color: 1271471.

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

Color convert

RGB 175 102 19 -
CMYK 0 0.42 0.89 0.31
HSL 31.92º 0.8% 0.38% -
HSV(B) 31.92º 0.89% 0.69% -
XYZ 22.55 18.66 3.03 -
YUV 114.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 175 102 19 0 0.42 0.89 0.31 31.92 0.8 0.38
Hex AF 66 13 0 2A 59 1F 20 50 26
Octal 257 146 23 0 52 131 37 40 120 46
Binary 10101111 1100110 10011 0 101010 1011001 11111 100000 1010000 100110

Color Harmonies of #AF6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6613

Black with #AF6613

Text Example


Text Example

White with #AF6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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