Html Css Color HEX #A38A3B Reef Gold

📋 copy color: '#A38A3B'

red 163 ◦ green 138 ◦ blue 59

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

Shades of Reef Gold #A38A3B

Tints of Reef Gold #A38A3B

RGB

 RED value IS 163 (64.06% from 255) = 45.28%

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 45.28%
G = 38.33%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A38A3B (or 0xA38A3B) is known color: Reef Gold. HEX triplet: A3, 8A and 3B. RGB value is (163,138,59). Sum of RGB (Red+Green+Blue) = 163+138+59=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A3B is #5C75C4. Grayscale: #888888. Windows color (decimal): -6059461 or 3902115. OLE color: 3902115.

HSL color Cylindrical-coordinate representation of color #A38A3B: hue angle of 45.58º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A38A3B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 138 59 -
CMYK 0 0.15 0.64 0.36
HSL 45.58º 0.47% 0.44% -
HSV(B) 45.58º 0.64% 0.64% -
XYZ 24.98 26.28 7.89 -
YUV 136.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 163 138 59 0 0.15 0.64 0.36 45.58 0.47 0.44
Hex A3 8A 3B 0 F 40 24 2E 2F 2C
Octal 243 212 73 0 17 100 44 56 57 54
Binary 10100011 10001010 111011 0 1111 1000000 100100 101110 101111 101100

Color Harmonies of #A38A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A3B

Black with #A38A3B

Text Example


Text Example

White with #A38A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A3B; }

 p { color: rgb(163,138,59); }

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

background-color css

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

 a { background-color: rgb(163,138,59); }

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

border-color css

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

 span { border-color: rgb(163,138,59); }

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