Html Css Color HEX #AF6014 Golden Brown

📋 copy color: '#AF6014'

red 175 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #AF6014

Tints of Golden Brown #AF6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 60.14%
G = 32.99%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6014 (or 0xAF6014) is known color: Golden Brown. HEX triplet: AF, 60 and 14. RGB value is (175,96,20). Sum of RGB (Red+Green+Blue) = 175+96+20=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6014 is #509FEB. Grayscale: #6F6F6F. Windows color (decimal): -5283820 or 1335471. OLE color: 1335471.

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

Color convert

RGB 175 96 20 -
CMYK 0 0.45 0.89 0.31
HSL 29.42º 0.79% 0.38% -
HSV(B) 29.42º 0.89% 0.69% -
XYZ 21.99 17.53 2.89 -
YUV 110.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 175 96 20 0 0.45 0.89 0.31 29.42 0.79 0.38
Hex AF 60 14 0 2D 59 1F 1D 4F 26
Octal 257 140 24 0 55 131 37 35 117 46
Binary 10101111 1100000 10100 0 101101 1011001 11111 11101 1001111 100110

Color Harmonies of #AF6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6014

Black with #AF6014

Text Example


Text Example

White with #AF6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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