Html Css Color HEX #AF6812 Golden Brown

📋 copy color: '#AF6812'

red 175 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #AF6812

Tints of Golden Brown #AF6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 58.92%
G = 35.02%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6812 (or 0xAF6812) is known color: Golden Brown. HEX triplet: AF, 68 and 12. RGB value is (175,104,18). Sum of RGB (Red+Green+Blue) = 175+104+18=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6812 is #5097ED. Grayscale: #737373. Windows color (decimal): -5281774 or 1206447. OLE color: 1206447.

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

Color convert

RGB 175 104 18 -
CMYK 0 0.41 0.90 0.31
HSL 32.87º 0.81% 0.38% -
HSV(B) 32.87º 0.9% 0.69% -
XYZ 22.74 19.06 3.05 -
YUV 115.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 175 104 18 0 0.41 0.90 0.31 32.87 0.81 0.38
Hex AF 68 12 0 29 5A 1F 21 51 26
Octal 257 150 22 0 51 132 37 41 121 46
Binary 10101111 1101000 10010 0 101001 1011010 11111 100001 1010001 100110

Color Harmonies of #AF6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6812

Black with #AF6812

Text Example


Text Example

White with #AF6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6812; }

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

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

background-color css

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

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

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

border-color css

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

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

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