Html Css Color HEX #AF6512 Golden Brown

📋 copy color: '#AF6512'

red 175 ◦ green 101 ◦ blue 18

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

Shades of Golden Brown #AF6512

Tints of Golden Brown #AF6512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 59.52%
G = 34.35%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6512 (or 0xAF6512) is known color: Golden Brown. HEX triplet: AF, 65 and 12. RGB value is (175,101,18). Sum of RGB (Red+Green+Blue) = 175+101+18=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6512 is #509AED. Grayscale: #727272. Windows color (decimal): -5282542 or 1205679. OLE color: 1205679.

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

Color convert

RGB 175 101 18 -
CMYK 0 0.42 0.90 0.31
HSL 31.72º 0.81% 0.38% -
HSV(B) 31.72º 0.9% 0.69% -
XYZ 22.44 18.46 2.95 -
YUV 113.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 175 101 18 0 0.42 0.90 0.31 31.72 0.81 0.38
Hex AF 65 12 0 2A 5A 1F 20 51 26
Octal 257 145 22 0 52 132 37 40 121 46
Binary 10101111 1100101 10010 0 101010 1011010 11111 100000 1010001 100110

Color Harmonies of #AF6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6512

Black with #AF6512

Text Example


Text Example

White with #AF6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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