Html Css Color HEX #AF6700 Golden Brown

📋 copy color: '#AF6700'

red 175 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #AF6700

Tints of Golden Brown #AF6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.05%

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

R = 62.95%
G = 37.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF6700 (or 0xAF6700) is known color: Golden Brown. HEX triplet: AF, 67 and 00. RGB value is (175,103,0). Sum of RGB (Red+Green+Blue) = 175+103+0=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6700 is #5098FF. Grayscale: #717171. Windows color (decimal): -5282048 or 26543. OLE color: 26543.

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

Color convert

RGB 175 103 0 -
CMYK 0 0.41 1 0.31
HSL 35.31º 1% 0.34% -
HSV(B) 35.31º 1% 0.69% -
XYZ 22.53 18.81 2.44 -
YUV 112.79 64.35 172.38 -
System Red Green Blue C M Y K H S L
Decimal 175 103 0 0 0.41 1 0.31 35.31 1 0.34
Hex AF 67 0 0 29 64 1F 23 64 22
Octal 257 147 0 0 51 144 37 43 144 42
Binary 10101111 1100111 0 0 101001 1100100 11111 100011 1100100 100010

Color Harmonies of #AF6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6700

Black with #AF6700

Text Example


Text Example

White with #AF6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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