Html Css Color HEX #AF521B Rich Gold

📋 copy color: '#AF521B'

red 175 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AF521B

Tints of Rich Gold #AF521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 61.62%
G = 28.87%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF521B (or 0xAF521B) is known color: Rich Gold. HEX triplet: AF, 52 and 1B. RGB value is (175,82,27). Sum of RGB (Red+Green+Blue) = 175+82+27=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521B is #50ADE4. Grayscale: #676767. Windows color (decimal): -5287397 or 1790639. OLE color: 1790639.

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

Color convert

RGB 175 82 27 -
CMYK 0 0.53 0.85 0.31
HSL 22.3º 0.73% 0.4% -
HSV(B) 22.3º 0.85% 0.69% -
XYZ 20.89 15.23 2.87 -
YUV 103.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 175 82 27 0 0.53 0.85 0.31 22.3 0.73 0.4
Hex AF 52 1B 0 35 55 1F 16 49 28
Octal 257 122 33 0 65 125 37 26 111 50
Binary 10101111 1010010 11011 0 110101 1010101 11111 10110 1001001 101000

Color Harmonies of #AF521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521B

Black with #AF521B

Text Example


Text Example

White with #AF521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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