Html Css Color HEX #AF6900 Golden Brown

📋 copy color: '#AF6900'

red 175 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #AF6900

Tints of Golden Brown #AF6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF6900 (or 0xAF6900) is known color: Golden Brown. HEX triplet: AF, 69 and 00. RGB value is (175,105,0). Sum of RGB (Red+Green+Blue) = 175+105+0=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6900 is #5096FF. Grayscale: #727272. Windows color (decimal): -5281536 or 27055. OLE color: 27055.

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

Color convert

RGB 175 105 0 -
CMYK 0 0.40 1 0.31
HSL 36º 1% 0.34% -
HSV(B) 36º 1% 0.69% -
XYZ 22.73 19.22 2.51 -
YUV 113.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 175 105 0 0 0.40 1 0.31 36 1 0.34
Hex AF 69 0 0 28 64 1F 24 64 22
Octal 257 151 0 0 50 144 37 44 144 42
Binary 10101111 1101001 0 0 101000 1100100 11111 100100 1100100 100010

Color Harmonies of #AF6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6900

Black with #AF6900

Text Example


Text Example

White with #AF6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6900; }

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

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

background-color css

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

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

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

border-color css

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

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

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