Html Css Color HEX #AF6312 Golden Brown

📋 copy color: '#AF6312'

red 175 ◦ green 99 ◦ blue 18

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

Shades of Golden Brown #AF6312

Tints of Golden Brown #AF6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 59.93%
G = 33.9%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF6312 (or 0xAF6312) is known color: Golden Brown. HEX triplet: AF, 63 and 12. RGB value is (175,99,18). Sum of RGB (Red+Green+Blue) = 175+99+18=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6312 is #509CED. Grayscale: #707070. Windows color (decimal): -5283054 or 1205167. OLE color: 1205167.

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

Color convert

RGB 175 99 18 -
CMYK 0 0.43 0.90 0.31
HSL 30.96º 0.81% 0.38% -
HSV(B) 30.96º 0.9% 0.69% -
XYZ 22.25 18.08 2.89 -
YUV 112.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 175 99 18 0 0.43 0.90 0.31 30.96 0.81 0.38
Hex AF 63 12 0 2B 5A 1F 1F 51 26
Octal 257 143 22 0 53 132 37 37 121 46
Binary 10101111 1100011 10010 0 101011 1011010 11111 11111 1010001 100110

Color Harmonies of #AF6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6312

Black with #AF6312

Text Example


Text Example

White with #AF6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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