Html Css Color HEX #AF501B Rich Gold

📋 copy color: '#AF501B'

red 175 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #AF501B

Tints of Rich Gold #AF501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 62.06%
G = 28.37%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF501B (or 0xAF501B) is known color: Rich Gold. HEX triplet: AF, 50 and 1B. RGB value is (175,80,27). Sum of RGB (Red+Green+Blue) = 175+80+27=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501B is #50AFE4. Grayscale: #666666. Windows color (decimal): -5287909 or 1790127. OLE color: 1790127.

HSL color Cylindrical-coordinate representation of color #AF501B: hue angle of 21.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF501B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 27 -
CMYK 0 0.54 0.85 0.31
HSL 21.49º 0.73% 0.4% -
HSV(B) 21.49º 0.85% 0.69% -
XYZ 20.75 14.93 2.83 -
YUV 102.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 175 80 27 0 0.54 0.85 0.31 21.49 0.73 0.4
Hex AF 50 1B 0 36 55 1F 15 49 28
Octal 257 120 33 0 66 125 37 25 111 50
Binary 10101111 1010000 11011 0 110110 1010101 11111 10101 1001001 101000

Color Harmonies of #AF501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF501B

Black with #AF501B

Text Example


Text Example

White with #AF501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF501B; }

 p { color: rgb(175,80,27); }

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

background-color css

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

 a { background-color: rgb(175,80,27); }

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

border-color css

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

 span { border-color: rgb(175,80,27); }

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