Html Css Color HEX #AF5E12 Golden Brown

📋 copy color: '#AF5E12'

red 175 ◦ green 94 ◦ blue 18

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

Shades of Golden Brown #AF5E12

Tints of Golden Brown #AF5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 60.98%
G = 32.75%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5E12 (or 0xAF5E12) is known color: Golden Brown. HEX triplet: AF, 5E and 12. RGB value is (175,94,18). Sum of RGB (Red+Green+Blue) = 175+94+18=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E12 is #50A1ED. Grayscale: #6D6D6D. Windows color (decimal): -5284334 or 1203887. OLE color: 1203887.

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

Color convert

RGB 175 94 18 -
CMYK 0 0.46 0.90 0.31
HSL 29.04º 0.81% 0.38% -
HSV(B) 29.04º 0.9% 0.69% -
XYZ 21.79 17.16 2.74 -
YUV 109.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 175 94 18 0 0.46 0.90 0.31 29.04 0.81 0.38
Hex AF 5E 12 0 2E 5A 1F 1D 51 26
Octal 257 136 22 0 56 132 37 35 121 46
Binary 10101111 1011110 10010 0 101110 1011010 11111 11101 1010001 100110

Color Harmonies of #AF5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E12

Black with #AF5E12

Text Example


Text Example

White with #AF5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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