Html Css Color HEX #AFA75E Gimblet

📋 copy color: '#AFA75E'

red 175 ◦ green 167 ◦ blue 94

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

Shades of Gimblet #AFA75E

Tints of Gimblet #AFA75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 40.14%
G = 38.3%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AFA75E (or 0xAFA75E) is known color: Gimblet. HEX triplet: AF, A7 and 5E. RGB value is (175,167,94). Sum of RGB (Red+Green+Blue) = 175+167+94=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA75E is #5058A1. Grayscale: #A1A1A1. Windows color (decimal): -5265570 or 6203311. OLE color: 6203311.

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

Color convert

RGB 175 167 94 -
CMYK 0 0.05 0.46 0.31
HSL 54.07º 0.34% 0.53% -
HSV(B) 54.07º 0.46% 0.69% -
XYZ 33.52 37.56 16.07 -
YUV 161.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 175 167 94 0 0.05 0.46 0.31 54.07 0.34 0.53
Hex AF A7 5E 0 5 2E 1F 36 22 35
Octal 257 247 136 0 5 56 37 66 42 65
Binary 10101111 10100111 1011110 0 101 101110 11111 110110 100010 110101

Color Harmonies of #AFA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA75E

Black with #AFA75E

Text Example


Text Example

White with #AFA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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