Html Css Color HEX #AF690A Golden Brown

📋 copy color: '#AF690A'

red 175 ◦ green 105 ◦ blue 10

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

Shades of Golden Brown #AF690A

Tints of Golden Brown #AF690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 60.34%
G = 36.21%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF690A (or 0xAF690A) is known color: Golden Brown. HEX triplet: AF, 69 and 0A. RGB value is (175,105,10). Sum of RGB (Red+Green+Blue) = 175+105+10=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF690A is #5096F5. Grayscale: #737373. Windows color (decimal): -5281526 or 682415. OLE color: 682415.

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

Color convert

RGB 175 105 10 -
CMYK 0 0.40 0.94 0.31
HSL 34.55º 0.89% 0.36% -
HSV(B) 34.55º 0.94% 0.69% -
XYZ 22.79 19.24 2.8 -
YUV 115.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 175 105 10 0 0.40 0.94 0.31 34.55 0.89 0.36
Hex AF 69 A 0 28 5E 1F 23 59 24
Octal 257 151 12 0 50 136 37 43 131 44
Binary 10101111 1101001 1010 0 101000 1011110 11111 100011 1011001 100100

Color Harmonies of #AF690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF690A

Black with #AF690A

Text Example


Text Example

White with #AF690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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