Html Css Color HEX #AFA762 Gimblet

📋 copy color: '#AFA762'

red 175 ◦ green 167 ◦ blue 98

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

Shades of Gimblet #AFA762

Tints of Gimblet #AFA762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 39.77%
G = 37.95%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AFA762 (or 0xAFA762) is known color: Gimblet. HEX triplet: AF, A7 and 62. RGB value is (175,167,98). Sum of RGB (Red+Green+Blue) = 175+167+98=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA762 is #50589D. Grayscale: #A1A1A1. Windows color (decimal): -5265566 or 6465455. OLE color: 6465455.

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

Color convert

RGB 175 167 98 -
CMYK 0 0.05 0.44 0.31
HSL 53.77º 0.32% 0.54% -
HSV(B) 53.77º 0.44% 0.69% -
XYZ 33.7 37.63 17.04 -
YUV 161.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 175 167 98 0 0.05 0.44 0.31 53.77 0.32 0.54
Hex AF A7 62 0 5 2C 1F 36 20 36
Octal 257 247 142 0 5 54 37 66 40 66
Binary 10101111 10100111 1100010 0 101 101100 11111 110110 100000 110110

Color Harmonies of #AFA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA762

Black with #AFA762

Text Example


Text Example

White with #AFA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA762; }

 p { color: rgb(175,167,98); }

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

background-color css

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

 a { background-color: rgb(175,167,98); }

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

border-color css

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

 span { border-color: rgb(175,167,98); }

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