Html Css Color HEX #AFA563 Gimblet

📋 copy color: '#AFA563'

red 175 ◦ green 165 ◦ blue 99

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

Shades of Gimblet #AFA563

Tints of Gimblet #AFA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 39.86%
G = 37.59%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFA563 (or 0xAFA563) is known color: Gimblet. HEX triplet: AF, A5 and 63. RGB value is (175,165,99). Sum of RGB (Red+Green+Blue) = 175+165+99=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA563 is #505A9C. Grayscale: #A0A0A0. Windows color (decimal): -5266077 or 6530479. OLE color: 6530479.

HSL color Cylindrical-coordinate representation of color #AFA563: hue angle of 52.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFA563 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 99 -
CMYK 0 0.06 0.43 0.31
HSL 52.11º 0.32% 0.54% -
HSV(B) 52.11º 0.43% 0.69% -
XYZ 33.39 36.93 17.17 -
YUV 160.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 175 165 99 0 0.06 0.43 0.31 52.11 0.32 0.54
Hex AF A5 63 0 6 2B 1F 34 20 36
Octal 257 245 143 0 6 53 37 64 40 66
Binary 10101111 10100101 1100011 0 110 101011 11111 110100 100000 110110

Color Harmonies of #AFA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA563

Black with #AFA563

Text Example


Text Example

White with #AFA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA563; }

 p { color: rgb(175,165,99); }

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

background-color css

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

 a { background-color: rgb(175,165,99); }

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

border-color css

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

 span { border-color: rgb(175,165,99); }

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