Html Css Color HEX #AF9B3F Roti

📋 copy color: '#AF9B3F'

red 175 ◦ green 155 ◦ blue 63

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

Shades of Roti #AF9B3F

Tints of Roti #AF9B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 63 (25% from 255) = 16.03%

R = 44.53%
G = 39.44%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF9B3F (or 0xAF9B3F) is known color: Roti. HEX triplet: AF, 9B and 3F. RGB value is (175,155,63). Sum of RGB (Red+Green+Blue) = 175+155+63=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B3F is #5064C0. Grayscale: #969696. Windows color (decimal): -5268673 or 4168623. OLE color: 4168623.

HSL color Cylindrical-coordinate representation of color #AF9B3F: hue angle of 49.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF9B3F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 155 63 -
CMYK 0 0.11 0.64 0.31
HSL 49.29º 0.47% 0.47% -
HSV(B) 49.29º 0.64% 0.69% -
XYZ 30.3 32.92 9.46 -
YUV 150.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 175 155 63 0 0.11 0.64 0.31 49.29 0.47 0.47
Hex AF 9B 3F 0 B 40 1F 31 2F 2F
Octal 257 233 77 0 13 100 37 61 57 57
Binary 10101111 10011011 111111 0 1011 1000000 11111 110001 101111 101111

Color Harmonies of #AF9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B3F

Black with #AF9B3F

Text Example


Text Example

White with #AF9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B3F; }

 p { color: rgb(175,155,63); }

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

background-color css

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

 a { background-color: rgb(175,155,63); }

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

border-color css

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

 span { border-color: rgb(175,155,63); }

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