Html Css Color HEX #AF501A Rich Gold

📋 copy color: '#AF501A'

red 175 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #AF501A

Tints of Rich Gold #AF501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 62.28%
G = 28.47%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF501A (or 0xAF501A) is known color: Rich Gold. HEX triplet: AF, 50 and 1A. RGB value is (175,80,26). Sum of RGB (Red+Green+Blue) = 175+80+26=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501A is #50AFE5. Grayscale: #666666. Windows color (decimal): -5287910 or 1724591. OLE color: 1724591.

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

Color convert

RGB 175 80 26 -
CMYK 0 0.54 0.85 0.31
HSL 21.74º 0.74% 0.39% -
HSV(B) 21.74º 0.85% 0.69% -
XYZ 20.73 14.93 2.77 -
YUV 102.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 175 80 26 0 0.54 0.85 0.31 21.74 0.74 0.39
Hex AF 50 1A 0 36 55 1F 16 4A 27
Octal 257 120 32 0 66 125 37 26 112 47
Binary 10101111 1010000 11010 0 110110 1010101 11111 10110 1001010 100111

Color Harmonies of #AF501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF501A

Black with #AF501A

Text Example


Text Example

White with #AF501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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