Html Css Color HEX #AF6F14 Golden Brown

📋 copy color: '#AF6F14'

red 175 ◦ green 111 ◦ blue 20

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

Shades of Golden Brown #AF6F14

Tints of Golden Brown #AF6F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 57.19%
G = 36.27%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6F14 (or 0xAF6F14) is known color: Golden Brown. HEX triplet: AF, 6F and 14. RGB value is (175,111,20). Sum of RGB (Red+Green+Blue) = 175+111+20=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F14 is #5090EB. Grayscale: #787878. Windows color (decimal): -5279980 or 1339311. OLE color: 1339311.

HSL color Cylindrical-coordinate representation of color #AF6F14: hue angle of 35.23º degrees, saturation: 0.79, 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 #AF6F14 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 20 -
CMYK 0 0.37 0.89 0.31
HSL 35.23º 0.79% 0.38% -
HSV(B) 35.23º 0.89% 0.69% -
XYZ 23.49 20.53 3.39 -
YUV 119.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 175 111 20 0 0.37 0.89 0.31 35.23 0.79 0.38
Hex AF 6F 14 0 25 59 1F 23 4F 26
Octal 257 157 24 0 45 131 37 43 117 46
Binary 10101111 1101111 10100 0 100101 1011001 11111 100011 1001111 100110

Color Harmonies of #AF6F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F14

Black with #AF6F14

Text Example


Text Example

White with #AF6F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F14; }

 p { color: rgb(175,111,20); }

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

background-color css

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

 a { background-color: rgb(175,111,20); }

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

border-color css

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

 span { border-color: rgb(175,111,20); }

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