Html Css Color HEX #AF5915 Rich Gold

📋 copy color: '#AF5915'

red 175 ◦ green 89 ◦ blue 21

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

Shades of Rich Gold #AF5915

Tints of Rich Gold #AF5915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 61.4%
G = 31.23%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5915 (or 0xAF5915) is known color: Rich Gold. HEX triplet: AF, 59 and 15. RGB value is (175,89,21). Sum of RGB (Red+Green+Blue) = 175+89+21=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5915 is #50A6EA. Grayscale: #6B6B6B. Windows color (decimal): -5285611 or 1399215. OLE color: 1399215.

HSL color Cylindrical-coordinate representation of color #AF5915: hue angle of 26.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF5915 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 21 -
CMYK 0 0.49 0.88 0.31
HSL 26.49º 0.79% 0.38% -
HSV(B) 26.49º 0.88% 0.69% -
XYZ 21.39 16.31 2.73 -
YUV 106.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 175 89 21 0 0.49 0.88 0.31 26.49 0.79 0.38
Hex AF 59 15 0 31 58 1F 1A 4F 26
Octal 257 131 25 0 61 130 37 32 117 46
Binary 10101111 1011001 10101 0 110001 1011000 11111 11010 1001111 100110

Color Harmonies of #AF5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5915

Black with #AF5915

Text Example


Text Example

White with #AF5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5915; }

 p { color: rgb(175,89,21); }

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

background-color css

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

 a { background-color: rgb(175,89,21); }

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

border-color css

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

 span { border-color: rgb(175,89,21); }

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