Html Css Color HEX #AF531A Rich Gold

📋 copy color: '#AF531A'

red 175 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #AF531A

Tints of Rich Gold #AF531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 61.62%
G = 29.23%
B = 9.15%

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

#AF531A (or 0xAF531A) is known color: Rich Gold. HEX triplet: AF, 53 and 1A. RGB value is (175,83,26). Sum of RGB (Red+Green+Blue) = 175+83+26=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF531A is #50ACE5. Grayscale: #686868. Windows color (decimal): -5287142 or 1725359. OLE color: 1725359.

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

Color convert

RGB 175 83 26 -
CMYK 0 0.53 0.85 0.31
HSL 22.95º 0.74% 0.39% -
HSV(B) 22.95º 0.85% 0.69% -
XYZ 20.96 15.38 2.84 -
YUV 104.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 175 83 26 0 0.53 0.85 0.31 22.95 0.74 0.39
Hex AF 53 1A 0 35 55 1F 17 4A 27
Octal 257 123 32 0 65 125 37 27 112 47
Binary 10101111 1010011 11010 0 110101 1010101 11111 10111 1001010 100111

Color Harmonies of #AF531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF531A

Black with #AF531A

Text Example


Text Example

White with #AF531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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