Html Css Color HEX #AF5C12 Golden Brown

📋 copy color: '#AF5C12'

red 175 ◦ green 92 ◦ blue 18

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

Shades of Golden Brown #AF5C12

Tints of Golden Brown #AF5C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 61.4%
G = 32.28%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5C12 (or 0xAF5C12) is known color: Golden Brown. HEX triplet: AF, 5C and 12. RGB value is (175,92,18). Sum of RGB (Red+Green+Blue) = 175+92+18=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C12 is #50A3ED. Grayscale: #6C6C6C. Windows color (decimal): -5284846 or 1203375. OLE color: 1203375.

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

Color convert

RGB 175 92 18 -
CMYK 0 0.47 0.90 0.31
HSL 28.28º 0.81% 0.38% -
HSV(B) 28.28º 0.9% 0.69% -
XYZ 21.62 16.81 2.68 -
YUV 108.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 175 92 18 0 0.47 0.90 0.31 28.28 0.81 0.38
Hex AF 5C 12 0 2F 5A 1F 1C 51 26
Octal 257 134 22 0 57 132 37 34 121 46
Binary 10101111 1011100 10010 0 101111 1011010 11111 11100 1010001 100110

Color Harmonies of #AF5C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C12

Black with #AF5C12

Text Example


Text Example

White with #AF5C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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