Html Css Color HEX #A98F2E Reef Gold

📋 copy color: '#A98F2E'

red 169 ◦ green 143 ◦ blue 46

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

Shades of Reef Gold #A98F2E

Tints of Reef Gold #A98F2E

RGB

 RED value IS 169 (66.41% from 255) = 47.21%

 GREEN value IS 143 (56.25% from 255) = 39.94%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 47.21%
G = 39.94%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A98F2E (or 0xA98F2E) is known color: Reef Gold. HEX triplet: A9, 8F and 2E. RGB value is (169,143,46). Sum of RGB (Red+Green+Blue) = 169+143+46=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F2E is #5670D1. Grayscale: #8C8C8C. Windows color (decimal): -5664978 or 3051433. OLE color: 3051433.

HSL color Cylindrical-coordinate representation of color #A98F2E: hue angle of 47.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A98F2E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 143 46 -
CMYK 0 0.15 0.73 0.34
HSL 47.32º 0.57% 0.42% -
HSV(B) 47.32º 0.73% 0.66% -
XYZ 26.68 28.28 6.64 -
YUV 139.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 169 143 46 0 0.15 0.73 0.34 47.32 0.57 0.42
Hex A9 8F 2E 0 F 49 22 2F 39 2A
Octal 251 217 56 0 17 111 42 57 71 52
Binary 10101001 10001111 101110 0 1111 1001001 100010 101111 111001 101010

Color Harmonies of #A98F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F2E

Black with #A98F2E

Text Example


Text Example

White with #A98F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F2E; }

 p { color: rgb(169,143,46); }

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

background-color css

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

 a { background-color: rgb(169,143,46); }

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

border-color css

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

 span { border-color: rgb(169,143,46); }

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