Html Css Color HEX #AF6300 Golden Brown

📋 copy color: '#AF6300'

red 175 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #AF6300

Tints of Golden Brown #AF6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

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

R = 63.87%
G = 36.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF6300 (or 0xAF6300) is known color: Golden Brown. HEX triplet: AF, 63 and 00. RGB value is (175,99,0). Sum of RGB (Red+Green+Blue) = 175+99+0=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6300 is #509CFF. Grayscale: #6E6E6E. Windows color (decimal): -5283072 or 25519. OLE color: 25519.

HSL color Cylindrical-coordinate representation of color #AF6300: hue angle of 33.94º 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 #AF6300 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 0 -
CMYK 0 0.43 1 0.31
HSL 33.94º 1% 0.34% -
HSV(B) 33.94º 1% 0.69% -
XYZ 22.14 18.04 2.31 -
YUV 110.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 175 99 0 0 0.43 1 0.31 33.94 1 0.34
Hex AF 63 0 0 2B 64 1F 22 64 22
Octal 257 143 0 0 53 144 37 42 144 42
Binary 10101111 1100011 0 0 101011 1100100 11111 100010 1100100 100010

Color Harmonies of #AF6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6300

Black with #AF6300

Text Example


Text Example

White with #AF6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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