Html Css Color HEX #AF531B Rich Gold

📋 copy color: '#AF531B'

red 175 ◦ green 83 ◦ blue 27

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

Shades of Rich Gold #AF531B

Tints of Rich Gold #AF531B

RGB

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

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

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

R = 61.4%
G = 29.12%
B = 9.47%

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

#AF531B (or 0xAF531B) is known color: Rich Gold. HEX triplet: AF, 53 and 1B. RGB value is (175,83,27). Sum of RGB (Red+Green+Blue) = 175+83+27=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF531B is #50ACE4. Grayscale: #686868. Windows color (decimal): -5287141 or 1790895. OLE color: 1790895.

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

Color convert

RGB 175 83 27 -
CMYK 0 0.53 0.85 0.31
HSL 22.7º 0.73% 0.4% -
HSV(B) 22.7º 0.85% 0.69% -
XYZ 20.97 15.38 2.9 -
YUV 104.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 175 83 27 0 0.53 0.85 0.31 22.7 0.73 0.4
Hex AF 53 1B 0 35 55 1F 17 49 28
Octal 257 123 33 0 65 125 37 27 111 50
Binary 10101111 1010011 11011 0 110101 1010101 11111 10111 1001001 101000

Color Harmonies of #AF531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF531B

Black with #AF531B

Text Example


Text Example

White with #AF531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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