Html Css Color HEX #AF6909 Golden Brown

📋 copy color: '#AF6909'

red 175 ◦ green 105 ◦ blue 9

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

Shades of Golden Brown #AF6909

Tints of Golden Brown #AF6909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 60.55%
G = 36.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6909 (or 0xAF6909) is known color: Golden Brown. HEX triplet: AF, 69 and 09. RGB value is (175,105,9). Sum of RGB (Red+Green+Blue) = 175+105+9=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6909 is #5096F6. Grayscale: #737373. Windows color (decimal): -5281527 or 616879. OLE color: 616879.

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

Color convert

RGB 175 105 9 -
CMYK 0 0.40 0.95 0.31
HSL 34.7º 0.9% 0.36% -
HSV(B) 34.7º 0.95% 0.69% -
XYZ 22.78 19.24 2.77 -
YUV 114.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 175 105 9 0 0.40 0.95 0.31 34.7 0.9 0.36
Hex AF 69 9 0 28 5F 1F 23 5A 24
Octal 257 151 11 0 50 137 37 43 132 44
Binary 10101111 1101001 1001 0 101000 1011111 11111 100011 1011010 100100

Color Harmonies of #AF6909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6909

Black with #AF6909

Text Example


Text Example

White with #AF6909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6909; }

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

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

background-color css

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

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

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

border-color css

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

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

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