Html Css Color HEX #AF6807 Golden Brown

📋 copy color: '#AF6807'

red 175 ◦ green 104 ◦ blue 7

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

Shades of Golden Brown #AF6807

Tints of Golden Brown #AF6807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 61.19%
G = 36.36%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF6807 (or 0xAF6807) is known color: Golden Brown. HEX triplet: AF, 68 and 07. RGB value is (175,104,7). Sum of RGB (Red+Green+Blue) = 175+104+7=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6807 is #5097F8. Grayscale: #727272. Windows color (decimal): -5281785 or 485551. OLE color: 485551.

HSL color Cylindrical-coordinate representation of color #AF6807: hue angle of 34.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF6807 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 7 -
CMYK 0 0.41 0.96 0.31
HSL 34.64º 0.92% 0.36% -
HSV(B) 34.64º 0.96% 0.69% -
XYZ 22.67 19.03 2.68 -
YUV 114.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 175 104 7 0 0.41 0.96 0.31 34.64 0.92 0.36
Hex AF 68 7 0 29 60 1F 23 5C 24
Octal 257 150 7 0 51 140 37 43 134 44
Binary 10101111 1101000 111 0 101001 1100000 11111 100011 1011100 100100

Color Harmonies of #AF6807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6807

Black with #AF6807

Text Example


Text Example

White with #AF6807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6807; }

 p { color: rgb(175,104,7); }

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

background-color css

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

 a { background-color: rgb(175,104,7); }

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

border-color css

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

 span { border-color: rgb(175,104,7); }

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