Html Css Color HEX #AF521E Rich Gold

📋 copy color: '#AF521E'

red 175 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #AF521E

Tints of Rich Gold #AF521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 60.98%
G = 28.57%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF521E (or 0xAF521E) is known color: Rich Gold. HEX triplet: AF, 52 and 1E. RGB value is (175,82,30). Sum of RGB (Red+Green+Blue) = 175+82+30=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521E is #50ADE1. Grayscale: #686868. Windows color (decimal): -5287394 or 1987247. OLE color: 1987247.

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

Color convert

RGB 175 82 30 -
CMYK 0 0.53 0.83 0.31
HSL 21.52º 0.71% 0.4% -
HSV(B) 21.52º 0.83% 0.69% -
XYZ 20.93 15.24 3.07 -
YUV 103.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 175 82 30 0 0.53 0.83 0.31 21.52 0.71 0.4
Hex AF 52 1E 0 35 53 1F 16 47 28
Octal 257 122 36 0 65 123 37 26 107 50
Binary 10101111 1010010 11110 0 110101 1010011 11111 10110 1000111 101000

Color Harmonies of #AF521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521E

Black with #AF521E

Text Example


Text Example

White with #AF521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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