Html Css Color HEX #AFA269 Gimblet

📋 copy color: '#AFA269'

red 175 ◦ green 162 ◦ blue 105

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

Shades of Gimblet #AFA269

Tints of Gimblet #AFA269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 39.59%
G = 36.65%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AFA269 (or 0xAFA269) is known color: Gimblet. HEX triplet: AF, A2 and 69. RGB value is (175,162,105). Sum of RGB (Red+Green+Blue) = 175+162+105=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA269 is #505D96. Grayscale: #9F9F9F. Windows color (decimal): -5266839 or 6922927. OLE color: 6922927.

HSL color Cylindrical-coordinate representation of color #AFA269: hue angle of 48.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFA269 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 105 -
CMYK 0 0.07 0.40 0.31
HSL 48.86º 0.3% 0.55% -
HSV(B) 48.86º 0.4% 0.69% -
XYZ 33.15 35.97 18.56 -
YUV 159.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 175 162 105 0 0.07 0.40 0.31 48.86 0.3 0.55
Hex AF A2 69 0 7 28 1F 31 1E 37
Octal 257 242 151 0 7 50 37 61 36 67
Binary 10101111 10100010 1101001 0 111 101000 11111 110001 11110 110111

Color Harmonies of #AFA269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA269

Black with #AFA269

Text Example


Text Example

White with #AFA269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA269; }

 p { color: rgb(175,162,105); }

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

background-color css

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

 a { background-color: rgb(175,162,105); }

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

border-color css

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

 span { border-color: rgb(175,162,105); }

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