Html Css Color HEX #AF6307 Golden Brown

📋 copy color: '#AF6307'

red 175 ◦ green 99 ◦ blue 7

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

Shades of Golden Brown #AF6307

Tints of Golden Brown #AF6307

RGB

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

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

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

R = 62.28%
G = 35.23%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF6307 (or 0xAF6307) is known color: Golden Brown. HEX triplet: AF, 63 and 07. RGB value is (175,99,7). Sum of RGB (Red+Green+Blue) = 175+99+7=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6307 is #509CF8. Grayscale: #6F6F6F. Windows color (decimal): -5283065 or 484271. OLE color: 484271.

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

Color convert

RGB 175 99 7 -
CMYK 0 0.43 0.96 0.31
HSL 32.86º 0.92% 0.36% -
HSV(B) 32.86º 0.96% 0.69% -
XYZ 22.18 18.05 2.52 -
YUV 111.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 175 99 7 0 0.43 0.96 0.31 32.86 0.92 0.36
Hex AF 63 7 0 2B 60 1F 21 5C 24
Octal 257 143 7 0 53 140 37 41 134 44
Binary 10101111 1100011 111 0 101011 1100000 11111 100001 1011100 100100

Color Harmonies of #AF6307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6307

Black with #AF6307

Text Example


Text Example

White with #AF6307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6307; }

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

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

background-color css

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

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

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

border-color css

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

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

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