Html Css Color HEX #AF6013 Golden Brown

📋 copy color: '#AF6013'

red 175 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #AF6013

Tints of Golden Brown #AF6013

RGB

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

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

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

R = 60.34%
G = 33.1%
B = 6.55%

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

#AF6013 (or 0xAF6013) is known color: Golden Brown. HEX triplet: AF, 60 and 13. RGB value is (175,96,19). Sum of RGB (Red+Green+Blue) = 175+96+19=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6013 is #509FEC. Grayscale: #6F6F6F. Windows color (decimal): -5283821 or 1269935. OLE color: 1269935.

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

Color convert

RGB 175 96 19 -
CMYK 0 0.45 0.89 0.31
HSL 29.62º 0.8% 0.38% -
HSV(B) 29.62º 0.89% 0.69% -
XYZ 21.98 17.53 2.84 -
YUV 110.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 175 96 19 0 0.45 0.89 0.31 29.62 0.8 0.38
Hex AF 60 13 0 2D 59 1F 1E 50 26
Octal 257 140 23 0 55 131 37 36 120 46
Binary 10101111 1100000 10011 0 101101 1011001 11111 11110 1010000 100110

Color Harmonies of #AF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6013

Black with #AF6013

Text Example


Text Example

White with #AF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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