Html Css Color HEX #AF521A Rich Gold

📋 copy color: '#AF521A'

red 175 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #AF521A

Tints of Rich Gold #AF521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 61.84%
G = 28.98%
B = 9.19%

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

#AF521A (or 0xAF521A) is known color: Rich Gold. HEX triplet: AF, 52 and 1A. RGB value is (175,82,26). Sum of RGB (Red+Green+Blue) = 175+82+26=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521A is #50ADE5. Grayscale: #676767. Windows color (decimal): -5287398 or 1725103. OLE color: 1725103.

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

Color convert

RGB 175 82 26 -
CMYK 0 0.53 0.85 0.31
HSL 22.55º 0.74% 0.39% -
HSV(B) 22.55º 0.85% 0.69% -
XYZ 20.88 15.22 2.81 -
YUV 103.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 175 82 26 0 0.53 0.85 0.31 22.55 0.74 0.39
Hex AF 52 1A 0 35 55 1F 17 4A 27
Octal 257 122 32 0 65 125 37 27 112 47
Binary 10101111 1010010 11010 0 110101 1010101 11111 10111 1001010 100111

Color Harmonies of #AF521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521A

Black with #AF521A

Text Example


Text Example

White with #AF521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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